Skip to content

Commit db85e8b

Browse files
committed
Correct spelling mistake in readme
1 parent 5649bf3 commit db85e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ int main()
4141
```
4242

4343
When the cursor is placed at `return`, `i;` selects `return 0;` and `a;` selects whole `main()` function.
44-
This is very simple example. Clang can parse more complecated source files like Boost libraries.
44+
This is very simple example. Clang can parse more complicated source files like Boost libraries.
4545

4646
Screenshot:
4747

0 commit comments

Comments
 (0)