Skip to content

Commit c92991e

Browse files
committed
Merge remote-tracking branch 'gh/kylelutz/patch-1'
* gh/kylelutz/patch-1: Fix typo in README.md
2 parents 3c74393 + 5427e95 commit c92991e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ C++
6969
* Export symbols (or import them if possible)
7070
* Use braces around all control (even single-line if) blocks
7171
* Use typedefs
72-
* Use exceptions and return values, not error codes and input parameters
72+
* Use exceptions and return values, not error codes and output parameters
7373
- This allows for chaining functions, works with ``<algorithm>`` better,
7474
and allows more variables to be ``const``
7575

0 commit comments

Comments
 (0)