Skip to content

Commit 4e98b0d

Browse files
MarcoFalkegithub-actions[bot]
authored andcommitted
Automerge: NFC: fix typo in tidy modernize-deprecated-headers docs
2 parents 0ac75ad + fa36822 commit 4e98b0d

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)