Skip to content

Commit 0fcf3cc

Browse files
committed
[doc] Fix incorrect reference to clang-format -> clang-tidy
llvm-svn: 212755
1 parent 40f842d commit 0fcf3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ There are currently three groups of checks:
5353
* Clang static analyzer checks are named starting with ``clang-analyzer-``.
5454

5555

56-
The ``-fix`` flag instructs :program:`clang-format` to fix found errors if
56+
The ``-fix`` flag instructs :program:`clang-tidy` to fix found errors if
5757
supported by corresponding checks.
5858

5959
An overview of all the command-line options:

0 commit comments

Comments
 (0)