Skip to content

Commit

Permalink
Fix typo: とぃう → という
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoihs authored Sep 28, 2019
1 parent ffed2c3 commit c9ad635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 002-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $ g++ -o hello hello.cpp

GCCという名前のC++コンパイラーなのに`g++`なのは、`gcc`はC言語コンパイラーの名前としてすでに使われているからだ。この慣習はClangも引き継いでいて、ClangのC++コンパイラーは`clang++`だ。

サンプルコードを間違いなくタイプしていれば、カレントディレクトリーに`hello`とぃう実行可能ファイルが作成されるはずだ。確認してみよう。
サンプルコードを間違いなくタイプしていれば、カレントディレクトリーに`hello`という実行可能ファイルが作成されるはずだ。確認してみよう。

~~~
$ ls
Expand Down

0 comments on commit c9ad635

Please sign in to comment.