File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2180,7 +2180,7 @@ If the writer of `g()` makes an assumption about the size of `buffer` a bad logi
2180
2180
<a name =" Rf-T-return-out " ></a >
2181
2181
### F.23: Use ` T& ` for an out-parameter that is expensive to move (only)
2182
2182
2183
- ** Reason** : A return value is harder to miss and harder to miuse than a ` T& ` (an in-out parameter); [ see also] ( #Rf-return ) ; [ see also] ( #Rf-T-multi ) .
2183
+ ** Reason** : A return value is harder to miss and harder to misuse than a ` T& ` (an in-out parameter); [ see also] ( #Rf-return ) ; [ see also] ( #Rf-T-multi ) .
2184
2184
2185
2185
** Example** :
2186
2186
@@ -3408,7 +3408,7 @@ The destructor could send a message (somehow) to the responsible part of the sys
3408
3408
<a name =" SS-ctor " ></a >
3409
3409
## C.ctor: Constructors
3410
3410
3411
- A constuctor defined how an object is initialized (constructted ).
3411
+ A constuctor defined how an object is initialized (constructed ).
3412
3412
3413
3413
3414
3414
<a name =" Rc-ctor " ></a >
You can’t perform that action at this time.
0 commit comments