Skip to content

Commit b5e90c4

Browse files
authored
book: typo fix (changkun#99)
1 parent 1fcfd36 commit b5e90c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/en-us/02-usability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ What we mainly mentioned above is a form of template parameters: type template p
874874
875875
```cpp
876876
template <typename T, typename U>
877-
auto add(T t, U u) {
877+
auto add(T t, U u) {
878878
return t+u;
879879
}
880880
```
@@ -1126,4 +1126,4 @@ This section introduces the enhancements to language usability in modern C++, wh
11261126
11271127
## Licenses
11281128
1129-
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br />This work was written by [Ou Changkun](https://changkun.de) and licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>. The code of this repository is open sourced under the [MIT license](../../LICENSE).
1129+
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br />This work was written by [Ou Changkun](https://changkun.de) and licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>. The code of this repository is open sourced under the [MIT license](../../LICENSE).

0 commit comments

Comments
 (0)