mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 20:54:39 +03:00
fix: typo error (#21)
This commit is contained in:
committed by
Ou Changkun
parent
ffca518066
commit
eb249e8742
@@ -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:
|
||||
|
||||
<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>
|
||||
|
||||
本书系[欧长坤](https://github.com/changkun)著,采用[知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc-nd/4.0/)许可。项目中代码使用 MIT 协议开源,参见[许可](../LICENSE)。
|
||||
本书系[欧长坤](https://github.com/changkun)著,采用[知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc-nd/4.0/)许可。项目中代码使用 MIT 协议开源,参见[许可](../LICENSE)。
|
||||
|
||||
Reference in New Issue
Block a user