Skip to content

Commit d8209fc

Browse files
authored
Apply suggestions from code review
1 parent 121797b commit d8209fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang-tools-extra/docs/clang-tidy/checks/misc/const-correctness.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Options
137137
This option enables the suggestion for ``const`` of the value pointing.
138138
Default is `true`.
139139

140-
Requires 'AnalyzePointers' to be 'true'.
140+
Requires :option:`AnalyzePointers` to be `true`.
141141

142142
.. code-block:: c++
143143

@@ -225,10 +225,10 @@ Options
225225
226226
.. option:: TransformPointersAsPointers
227227

228-
Provides fixit-hints for pointers if the value it pointing to is not changed.
228+
Provides fix-it hints for pointers if the value it pointing to is not changed.
229229
Default is `false`.
230230

231-
Requires 'WarnPointersAsPointers' to be 'true'.
231+
Requires :option:`WarnPointersAsPointers` to be `true`.
232232

233233
.. code-block:: c++
234234

0 commit comments

Comments
 (0)