From 01b7f58b7906c548fe4857992bfe9e1f49241c79 Mon Sep 17 00:00:00 2001 From: Andrew Voynov Date: Thu, 12 Jun 2025 02:45:20 +0300 Subject: [PATCH] Include only one note Co-authored-by: Laurenz --- docs/reference/groups.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/reference/groups.yml b/docs/reference/groups.yml index aca3d2a23..e10f8e48b 100644 --- a/docs/reference/groups.yml +++ b/docs/reference/groups.yml @@ -140,8 +140,7 @@ This is useful whenever you override a name from the global scope, e.g., the [`text`] element. To access the element simply write `std.text`. Since `std` is not a keyword, you can override it if necessary. - # Note that element items from `std` variable work exactly the same way, - Note that element items from `std` module work exactly like normal ones, + Note that element functions from `std` module work exactly like normal ones, meaning they can be used as constructors, in set rules, etc. # Example