From eb249e8742a3ae101669751188516245e2496f37 Mon Sep 17 00:00:00 2001 From: Trevor Vincent Date: Sun, 15 Apr 2018 02:18:09 -0400 Subject: [PATCH] fix: typo error (#21) --- book/zh-cn/01-intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)。