ClangFormat.rst: Fix two small typos

llvm-svn: 176276
This commit is contained in:
Hans Wennborg 2013-02-28 18:16:24 +00:00
parent bd5ac98277
commit c32d513385
1 changed files with 2 additions and 2 deletions

View File

@ -44,10 +44,10 @@ Vim Integration
There is an integration for :program:`vim` which lets you run the
:program:`clang-format` standalone tool on your current buffer, optionally
selecting regions to reformat. The integration has to form of a `python`-file
selecting regions to reformat. The integration has the form of a `python`-file
which can be found under `clang/tools/extra/clang-format/clang-format.py`.
This can be integrated by mapping the following to your `.vimrc`:
This can be integrated by adding the following to your `.vimrc`:
.. code-block:: console