Skip to content

Commit 792d437

Browse files
authored
[clang-tidy NFC] Fix a typo in docs for sizeof-expression (#88912)
"Till heaven and earth pass, one jot, or one tittle shall not pass of the law"
1 parent a634f3e commit 792d437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/bugprone/sizeof-expression.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,6 @@ Options
190190

191191
.. option:: WarnOnSizeOfPointerToAggregate
192192

193-
When `true, the check will warn on an expression like
193+
When `true`, the check will warn on an expression like
194194
``sizeof(expr)`` where the expression is a pointer
195195
to aggregate. Default is `true`.

0 commit comments

Comments
 (0)