Skip to content

Commit 2020221

Browse files
committed
update README.md
1 parent e327fa7 commit 2020221

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repos:
5050

5151
## Output
5252

53-
### clang-format
53+
### clang-format output
5454

5555
```bash
5656
clang-format.............................................................Failed
@@ -76,7 +76,7 @@ Here is the diff between the modified file.
7676

7777
Pass `--dry-run` to the `args` of `clang-format`(can also pass other arg which clang-format supports)
7878

79-
This just prints instead of changing the format. E.g:
79+
Then it will just print instead of changing the format. E.g:
8080

8181
```bash
8282
clang-format.............................................................Failed
@@ -103,7 +103,7 @@ int main() {for (;;) break; printf("Hello world!\n");return 0;}
103103
^
104104
```
105105

106-
### chang-tidy
106+
### chang-tidy output
107107

108108
```bash
109109
clang-tidy...............................................................Failed

0 commit comments

Comments
 (0)