From 61998bf224ce54a8d7cdb8af3530d5b759495921 Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Tue, 24 Dec 2024 12:13:09 +0100 Subject: [PATCH] Note: only FFI attribute is supported --- docs/language/attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/language/attributes.md b/docs/language/attributes.md index 0a92433..b205ab5 100644 --- a/docs/language/attributes.md +++ b/docs/language/attributes.md @@ -4,7 +4,7 @@ sidebar_position: 130 # Attributes -Attributes, indicated by the `[]` symbols, allows attachment of metadata, annotations, or special instructions to various language constructs, such as types, fields, and functions. +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. ### Example