Skip to content

Commit efd6dd9

Browse files
MarcoFalkerorth
authored andcommitted
NFC: fix typo in tidy modernize-deprecated-headers docs
1 parent 5dc42a2 commit efd6dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/modernize/deprecated-headers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ Options
7979
analyzed C++ source file is not included by any other C source files.
8080
Hence, to omit false-positives and wrong fixit-hints, we ignore emitting
8181
reports into header files. One can set this option to `true` if they know
82-
that the header files in the project are only used by C++ source file.
82+
that the header files in the project are only used by C++ source files.
8383
Default is `false`.

0 commit comments

Comments
 (0)