Skip to content

Commit 51b96a0

Browse files
committed
fix typos
1 parent d8818c5 commit 51b96a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README_zh.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ target("test")
513513
add_requires("llvm 10.x", {alias = "llvm-10"})
514514
target("test")
515515
set_kind("binary")
516-
add_files("src/*.c)
516+
add_files("src/*.c")
517517
set_toolchains("llvm@llvm-10")
518518
````
519519

@@ -525,7 +525,7 @@ target("test")
525525
add_requires("muslcc")
526526
target("test")
527527
set_kind("binary")
528-
add_files("src/*.c)
528+
add_files("src/*.c")
529529
set_toolchains("@muslcc")
530530
```
531531

0 commit comments

Comments
 (0)