Skip to content

Commit 11015c9

Browse files
committed
Revise link_name restrictions wording
1 parent 7b88ecb commit 11015c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/items/external-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ r[items.extern.attributes.link_name.syntax]
406406
The `link_name` attribute uses the [MetaNameValueStr] syntax.
407407
408408
r[items.extern.attributes.link_name.invalid-names]
409-
The symbol name must not be the empty string, and must not contain any `U+0000` (NUL) bytes.
409+
The symbol name must not be the empty string or contain any `U+0000` (NUL) bytes.
410410
411411
r[items.extern.attributes.link_name.allowed-positions]
412412
The `link_name` attribute may only be applied to a function or static item in an `extern` block.

0 commit comments

Comments
 (0)