Skip to content

Commit

Permalink
fix: typo (changkun#31)
Browse files Browse the repository at this point in the history
可以可以 -> 可以
  • Loading branch information
ddcatgg authored and changkun committed May 10, 2018
1 parent a4e91b7 commit 67c9f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/zh-cn/01-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ gcc -c foo.c
clang++ 1.1.cpp foo.o -std=c++17 -o 1.1
```

当然,你可以可以使用 `Makefile` 来编译上面的代码:
当然,你可以使用 `Makefile` 来编译上面的代码:

```makefile
C = gcc
Expand Down

0 comments on commit 67c9f6b

Please sign in to comment.