Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Aug 5, 2019
1 parent 6a2f7c5 commit ed5fdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 003-guide-to-c++.md
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ f is called.

実はラムダ式は本当のC++の`関数`ではない。本当の`関数`はとても書きづらいので心して読むべきだ。

読者は本書の冒頭で使った`main関数`という言葉を覚えているだろうか。覚えていないとしても、サンプルコードに必ずと言って いいほど出てくる`main`という名前は気になっていたことだろう。
読者は本書の冒頭で使った`main関数`という言葉を覚えているだろうか。覚えていないとしても、サンプルコードに必ずと言っていいほど出てくる`main`という名前は気になっていたことだろう。

~~~cpp
int main(){}
Expand Down

0 comments on commit ed5fdd7

Please sign in to comment.