We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5649bf3 commit db85e8bCopy full SHA for db85e8b
README.md
@@ -41,7 +41,7 @@ int main()
41
```
42
43
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.
+This is very simple example. Clang can parse more complicated source files like Boost libraries.
45
46
Screenshot:
47
0 commit comments