fix typo in clang-rename and clang-tidy docs

llvm-svn: 276871
This commit is contained in:
Kirill Bobyrev 2016-07-27 14:26:03 +00:00
parent c4018e2db6
commit 5c339ec830
2 changed files with 2 additions and 2 deletions

View File

@ -98,5 +98,5 @@ happen before running the tool**.
Once installed, you can point your cursor to symbols you want to rename, press
``<leader>cr`` and print new desired name. The
[``<leader> key``](http://vim.wikia.com/wiki/Mapping_keys_in_Vim_-_Tutorial_(Part_3)#Map_leader)
is a reference to a specific key defined by the mapleader variable and is binded
is a reference to a specific key defined by the mapleader variable and is bound
to backslash by default.

View File

@ -70,7 +70,7 @@ This enables `clang-include-fixer` for NORMAL and VISUAL mode. Change
``<leader>cf`` to another binding if you need clang-include-fixer on a different
key. The
[``<leader> key``](http://vim.wikia.com/wiki/Mapping_keys_in_Vim_-_Tutorial_(Part_3)#Map_leader)
is a reference to a specific key defined by the mapleader variable and is binded
is a reference to a specific key defined by the mapleader variable and is bound
to backslash by default.
Make sure vim can find :program:`clang-include-fixer`: