Skip to content

Commit bee12c1

Browse files
authored
Fix typo in builtin_plugins.md (#176)
`compiler_*` -> `compile_*` was even correct in the command for `compile_commands`
1 parent 4547303 commit bee12c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin/builtin_plugins.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ $ xmake project -k cmakelists
2222
$ xmake project -k ninja
2323
```
2424

25-
### Generate compiler_flags
25+
### Generate compile_flags
2626

2727
```console
28-
$ xmake project -k compiler_flags
28+
$ xmake project -k compile_flags
2929
```
3030

31-
### Generate compiler_commands
31+
### Generate compile_commands
3232

3333
We can export the compilation commands info of all source files and it is JSON compilation database format.
3434

0 commit comments

Comments
 (0)