diff --git a/book/zh-cn/01-intro.md b/book/zh-cn/01-intro.md index 9c9d369..ebb35ce 100644 --- a/book/zh-cn/01-intro.md +++ b/book/zh-cn/01-intro.md @@ -63,7 +63,7 @@ int add(int x, int y); // foo.c int add(int x, int y) { - reutrn x+y; + return x+y; } // 1.1.cpp @@ -139,4 +139,4 @@ clean: 知识共享许可协议 -本书系[欧长坤](https://github.com/changkun)著,采用[知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc-nd/4.0/)许可。项目中代码使用 MIT 协议开源,参见[许可](../LICENSE)。 \ No newline at end of file +本书系[欧长坤](https://github.com/changkun)著,采用[知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc-nd/4.0/)许可。项目中代码使用 MIT 协议开源,参见[许可](../LICENSE)。