Skip to content

Commit 3b89664

Browse files
committed
address review comments
1 parent 0568843 commit 3b89664

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/docs/Contributing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ recent commit:
7777
For some patches, formatting them may add changes that obscure the intent of
7878
the patch. For example, adding to an enum that was not previously formatted
7979
may result in the entire enum being reformatted. This happens because not all
80-
of the LLVM Project conforms to clang-format at this time.
80+
of the LLVM Project conforms to LLVM's clang-format style at this time.
8181

8282
If you think that this might be the case for your changes, or are unsure, we
8383
recommend that you add the formatting changes as a **separate commit** within
@@ -90,8 +90,8 @@ recent commit:
9090
an easier time doing this. If they are not, that is ok too, but you will have
9191
to do a bit more work to separate it out.
9292

93-
Note that ``git clang-format`` modifies the files, but doesn't commit them -- you'll likely want
94-
to run one of the following to add the changes to a commit:
93+
Note that ``git clang-format`` modifies the files, but does not commit them --
94+
you will likely want to run one of the following to add the changes to a commit:
9595

9696
.. code-block:: console
9797

0 commit comments

Comments
 (0)