Skip to content

Commit 442cc74

Browse files
committed
[clang-tidy][docs] Fix modernize-use-std-print docs
The set of functions for the PrintfLikeFunctions and FprintfLikeFunctions options replaces the default, so remove the word "extra" from the description which implies that they are in addition to the default.
1 parent 9154a32 commit 442cc74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/clang-tidy/checks/modernize/use-std-print.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Options
118118

119119
.. option:: PrintfLikeFunctions
120120

121-
A semicolon-separated list of (fully qualified) extra function names to
121+
A semicolon-separated list of (fully qualified) function names to
122122
replace, with the requirement that the first parameter contains the
123123
printf-style format string and the arguments to be formatted follow
124124
immediately afterwards. If neither this option nor
@@ -128,7 +128,7 @@ Options
128128

129129
.. option:: FprintfLikeFunctions
130130

131-
A semicolon-separated list of (fully qualified) extra function names to
131+
A semicolon-separated list of (fully qualified) function names to
132132
replace, with the requirement that the first parameter is retained, the
133133
second parameter contains the printf-style format string and the
134134
arguments to be formatted follow immediately afterwards. If neither this

0 commit comments

Comments
 (0)