Skip to content

Commit 298ea45

Browse files
committed
fix: Documentation build fixed
1 parent fc90edd commit 298ea45

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
@@ -311,7 +311,7 @@ Options
311311
idiomatic expressions that are probably intentional and correct).
312312
This detects occurrences of CWE 467. Default is `false`.
313313

314-
.. option:: WarnOnArithmeticWithDivisionBySizeOWarnOnArithmeticWithDivisionBySizeOf
314+
.. option:: WarnOnArithmeticWithDivisionBySizeOf
315315

316316
When `true`, the check will warn on pointer arithmetic where the
317317
element count is obtained from a division with ``sizeof(...)``,

0 commit comments

Comments
 (0)