Skip to content

Commit eb249e8

Browse files
trevor-vincentchangkun
authored andcommitted
fix: typo error (changkun#21)
1 parent ffca518 commit eb249e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/zh-cn/01-intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ int add(int x, int y);
6363

6464
// foo.c
6565
int add(int x, int y) {
66-
reutrn x+y;
66+
return x+y;
6767
}
6868

6969
// 1.1.cpp
@@ -139,4 +139,4 @@ clean:
139139

140140
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/80x15.png" /></a>
141141

142-
本书系[欧长坤](https://github.com/changkun)著,采用[知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc-nd/4.0/)许可。项目中代码使用 MIT 协议开源,参见[许可](../LICENSE)
142+
本书系[欧长坤](https://github.com/changkun)著,采用[知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc-nd/4.0/)许可。项目中代码使用 MIT 协议开源,参见[许可](../LICENSE)

0 commit comments

Comments
 (0)