Skip to content

Commit 69a28b7

Browse files
authored
[basic.align] Add \grammarterm for alignment-specifier (#8721)
1 parent e06fc0d commit 69a28b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3766,7 +3766,7 @@
37663766
integer value representing the number of bytes between successive addresses
37673767
at which a given object can be allocated. An object type imposes an alignment
37683768
requirement on every object of that type; stricter alignment can be requested
3769-
using the alignment specifier\iref{dcl.align}.
3769+
using the \grammarterm{alignment-specifier}\iref{dcl.align}.
37703770
Attempting to create an object\iref{intro.object} in storage that
37713771
does not meet the alignment requirements of the object's type
37723772
is undefined behavior.

0 commit comments

Comments
 (0)