mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 12:44:40 +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
|
// foo.c
|
||||||
int add(int x, int y) {
|
int add(int x, int y) {
|
||||||
reutrn x+y;
|
return x+y;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 1.1.cpp
|
// 1.1.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user