Skip to content

Commit 11cb3c1

Browse files
committed
Fix MetaListPaths link
This was missing an `s` as a plural.
1 parent cd1dd4d commit 11cb3c1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/attributes/codegen.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -643,9 +643,7 @@ r[attributes.codegen.instruction_set.behavior]
643643
This allows mixing more than one instruction set in a single program on CPU architectures that support it.
644644

645645
r[attributes.codegen.instruction_set.syntax]
646-
It uses the [_MetaListPath_] syntax, and a path comprised of the architecture family name and instruction set name.
647-
648-
[_MetaListPath_]: ../attributes.md#meta-item-attribute-syntax
646+
It uses the [MetaListPaths] syntax, and a path comprised of the architecture family name and instruction set name.
649647

650648
r[attributes.codegen.instruction_set.target-limits]
651649
It is a compilation error to use the `instruction_set` attribute on a target that does not support it.

0 commit comments

Comments
 (0)