Adjustments after review

This commit is contained in:
wechman
2022-09-28 13:07:59 +02:00
parent 3bc52acbd1
commit 5572d3aed8
8 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -656,7 +656,7 @@ private:
* 2, this check is only done when a function is called.
*
* For version 4, T has to be user-defined value type or struct. All parameters and
* return value of all the functions has to be of type T.
* return value of all the functions have to be of type T.
*
* Finally, `using {f1, f2, ..., fn} for T global` is also valid at file level, as long as T is
* a user-defined type defined in the same file at file level. In this case, the methods are