Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit212f4f3

Browse files
authored
book: typo fixes (changkun#126)
comple -> compile
1 parentff05988 commit212f4f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎book/en-us/01-intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ You should first compile the C code with `gcc`:
9393
gcc -c foo.c
9494
```
9595

96-
Comple and output the`foo.o` file, and link the C++ code to the`.o` file using`clang++` (or both compile to`.o` and then unlink them together):
96+
Compile and output the`foo.o` file, and link the C++ code to the`.o` file using`clang++` (or both compile to`.o` and then unlink them together):
9797

9898
```bash
9999
clang++ 1.1.cpp foo.o -std=c++2a -o 1.1
@@ -146,4 +146,4 @@ Don't worry at the moment, we will come to meet them in our later chapters.
146146

147147
##Licenses
148148

149-
<arel="license"href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><imgalt="Creative Commons License"style="border-width:0"src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br />This work was written by[Ou Changkun](https://changkun.de) and licensed under a <arel="license"href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>. The code of this repository is open sourced under the[MIT license](../../LICENSE).
149+
<arel="license"href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><imgalt="Creative Commons License"style="border-width:0"src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br />This work was written by[Ou Changkun](https://changkun.de) and licensed under a <arel="license"href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>. The code of this repository is open sourced under the[MIT license](../../LICENSE).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp