Skip to content

Commit ccb4a62

Browse files
authored
Fix typos in how_to_choose_an_sp_option.txt
Swap the `-c` and `-f` options to the correct place in the example command, and fix some English typos.
1 parent b8ae5af commit ccb4a62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/how_to_choose_an_sp_option.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
uncrustify has may options (today 266) for "space".
2-
There are named wit sp_ at the beginning.
2+
There are named with sp_ at the beginning.
33

4-
If you dont know which option(s) you need for a place in your code, try this:
4+
If you don't know which option(s) you need for a place in your code, try this:
55

6-
uncrustify -f <your_config_file> -c <your_code_file> --tracking space:a.html
6+
uncrustify -c <your_config_file> -f <your_code_file> --tracking space:a.html
77

88
The a.html file can be used with any browser.
99

0 commit comments

Comments
 (0)