Skip to content

Commit 3510b27

Browse files
committed
fix docs again
1 parent ff0b00e commit 3510b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/clang-tidy/checks/bugprone/default-operator-new-on-overaligned-type.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ bugprone-default-operator-new-on-overaligned-type
66
Flags uses of default ``operator new`` where the type has extended
77
alignment (an alignment greater than the fundamental alignment).
88

9-
The default ``operator new`` is guaranteed to provide the correct alignment if the
10-
requested alignment is less or equal to the fundamental alignment.
9+
The default ``operator new`` is guaranteed to provide the correct alignment
10+
if the requested alignment is less or equal to the fundamental alignment.
1111
Only cases are detected (by design) where the ``operator new`` is not
1212
user-defined and is not a placement new (the reason is that in these cases we
1313
assume that the user provided the correct memory allocation).

0 commit comments

Comments
 (0)