Skip to content

Commit 44c69ba

Browse files
sdkrystianzygoloid
authored andcommitted
[over.ics.user] Small grammatical nit-picks
1 parent 8406cfa commit 44c69ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/overloading.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2478,13 +2478,13 @@
24782478
conversion sequence.
24792479
If the user-defined conversion is specified
24802480
by a constructor\iref{class.conv.ctor}, the initial standard
2481-
conversion sequence converts the source type to the type required
2482-
by the argument of the constructor.
2481+
conversion sequence converts the source type to the type of the
2482+
first parameter of that constructor.
24832483
If the user-defined
24842484
conversion is specified by a conversion function\iref{class.conv.fct}, the
24852485
initial standard conversion sequence
2486-
converts the source type to the implicit object parameter of the
2487-
conversion function.
2486+
converts the source type to the type of the
2487+
implicit object parameter of that conversion function.
24882488

24892489
\pnum
24902490
The second standard conversion sequence converts the result of

0 commit comments

Comments
 (0)