We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c74393 + 5427e95 commit c92991eCopy full SHA for c92991e
1 file changed
README.md
@@ -69,7 +69,7 @@ C++
69
* Export symbols (or import them if possible)
70
* Use braces around all control (even single-line if) blocks
71
* Use typedefs
72
- * Use exceptions and return values, not error codes and input parameters
+ * Use exceptions and return values, not error codes and output parameters
73
- This allows for chaining functions, works with ``<algorithm>`` better,
74
and allows more variables to be ``const``
75
0 commit comments