We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NativeLibrayKind{,Type}
1 parent 39c861b commit ab0b572Copy full SHA for ab0b572
src/attributes.rst
@@ -1221,15 +1221,15 @@ Attribute ``link``
1221
$$name$$ $$=$$ StringLiteral
1222
1223
NativeLibraryNameWithKind ::=
1224
- NativeLibraryName $$,$$ NativeLibrayKind
+ NativeLibraryName $$,$$ NativeLibraryKind
1225
1226
WebAssemblyModuleName ::=
1227
$$wasm_import_module$$ $$=$$ StringLiteral
1228
1229
- NativeLibrayKind ::=
1230
- $$kind$$ $$=$$ " NativeLibrayKindType "
+ NativeLibraryKind ::=
+ $$kind$$ $$=$$ " NativeLibraryKindType "
1231
1232
- NativeLibrayKindType ::=
+ NativeLibraryKindType ::=
1233
$$dylib$$
1234
| $$raw-dylib$$
1235
| $$framework$$
0 commit comments