Skip to content

Commit a22ab5c

Browse files
autofix-ci[bot]taoky
authored andcommitted
[autofix.ci] apply automated fixes
1 parent 7ba354c commit a22ab5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ int main(void)
107107
}
108108
```
109109
110-
下面的命令可以将这个程序直接编译-链接到可执行文件 `main` (也可以分开成单独的编译步骤、链接步骤)。
110+
下面的命令可以将这个程序直接编译 - 链接到可执行文件 `main` (也可以分开成单独的编译步骤、链接步骤)。
111111
112112
```shell
113113
gcc main.c -L./lib -lsquare -o main

0 commit comments

Comments
 (0)