Skip to content

Commit 09158b0

Browse files
jj-marrvbvictor
andauthored
Update clang-tools-extra/docs/clang-tidy/checks/portability/avoid-platform-specific-fundamental-types.rst
Co-authored-by: Baranov Victor <[email protected]>
1 parent 9864a96 commit 09158b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/portability/avoid-platform-specific-fundamental-types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Options
111111
When `true`, the check will warn about fundamental integer types
112112
(``short``, ``int``, ``long``, ``long long`` and their ``signed`` and
113113
``unsigned`` variants).
114-
When `false`, integer types are not flagged. Default is `true`
114+
When `false`, integer types are not flagged. Default is `true`.
115115

116116
Example with :option:`WarnOnInts` enabled:
117117

0 commit comments

Comments
 (0)