Skip to content

Commit 67c9f6b

Browse files
ddcatggchangkun
authored andcommitted
fix: typo (changkun#31)
可以可以 -> 可以
1 parent a4e91b7 commit 67c9f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/zh-cn/01-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ gcc -c foo.c
9797
clang++ 1.1.cpp foo.o -std=c++17 -o 1.1
9898
```
9999

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

102102
```makefile
103103
C = gcc

0 commit comments

Comments
 (0)