Skip to content

Commit 61998bf

Browse files
Note: only FFI attribute is supported
1 parent ba04ca0 commit 61998bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 130
44

55
# Attributes
66

7-
Attributes, indicated by the `[]` symbols, allows attachment of metadata, annotations, or special instructions to various language constructs, such as types, fields, and functions.
7+
Attributes, indicated by the `[]` symbols, allows attachment of metadata, annotations, or special instructions to various language constructs, such as types, fields, and functions. Currently, only the built-in `ffi` attribute is supported.
88

99
### Example
1010

0 commit comments

Comments
 (0)