Skip to content

Commit

Permalink
feat: Add missing let-keyword (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Nov 17, 2019
1 parent c56c00c commit 6b060a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ The Python binding for clang allows additional arguments. These arguments can be
set with `g:doge_clang_args`. For example:

```vim
g:doge_clang_args = ['-I', '/my/include/path']
let g:doge_clang_args = ['-I', '/my/include/path']
```

#### Package manager
Expand Down

0 comments on commit 6b060a6

Please sign in to comment.