diff --git a/book/en-us/02-usability.md b/book/en-us/02-usability.md index 9b11e09c..a2adbe9a 100644 --- a/book/en-us/02-usability.md +++ b/book/en-us/02-usability.md @@ -874,7 +874,7 @@ What we mainly mentioned above is a form of template parameters: type template p ```cpp template - auto add(T t, U u) { +auto add(T t, U u) { return t+u; } ``` @@ -1126,4 +1126,4 @@ This section introduces the enhancements to language usability in modern C++, wh ## Licenses -Creative Commons License
This work was written by [Ou Changkun](https://changkun.de) and licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. The code of this repository is open sourced under the [MIT license](../../LICENSE). \ No newline at end of file +Creative Commons License
This work was written by [Ou Changkun](https://changkun.de) and licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. The code of this repository is open sourced under the [MIT license](../../LICENSE).