Skip to content

Commit ab0b572

Browse files
committed
fix NativeLibrayKind{,Type} typo
1 parent 39c861b commit ab0b572

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/attributes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,15 +1221,15 @@ Attribute ``link``
12211221
$$name$$ $$=$$ StringLiteral
12221222

12231223
NativeLibraryNameWithKind ::=
1224-
NativeLibraryName $$,$$ NativeLibrayKind
1224+
NativeLibraryName $$,$$ NativeLibraryKind
12251225

12261226
WebAssemblyModuleName ::=
12271227
$$wasm_import_module$$ $$=$$ StringLiteral
12281228

1229-
NativeLibrayKind ::=
1230-
$$kind$$ $$=$$ " NativeLibrayKindType "
1229+
NativeLibraryKind ::=
1230+
$$kind$$ $$=$$ " NativeLibraryKindType "
12311231

1232-
NativeLibrayKindType ::=
1232+
NativeLibraryKindType ::=
12331233
$$dylib$$
12341234
| $$raw-dylib$$
12351235
| $$framework$$

0 commit comments

Comments
 (0)