From 2edb44c6e372d73c80c5746d0d80361885ada9eb Mon Sep 17 00:00:00 2001 From: Andrew Voynov Date: Thu, 12 Jun 2025 22:37:56 +0300 Subject: [PATCH] Review changes --- docs/reference/groups.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/reference/groups.yml b/docs/reference/groups.yml index e10f8e48b..ed5ab3c7b 100644 --- a/docs/reference/groups.yml +++ b/docs/reference/groups.yml @@ -137,11 +137,8 @@ details: | A module that contains all globally accessible items. - 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 functions from `std` module work exactly like normal ones, - meaning they can be used as constructors, in set rules, etc. + This is useful whenever you overrode a name from the global scope, e.g., + the [`text`] element. To still access the `text` element, write `std.text`. # Example ```example