From 5d8337c76d5a4db3ce65fcb7c7cde7be9c35d233 Mon Sep 17 00:00:00 2001 From: Andrew Voynov Date: Thu, 12 Jun 2025 02:44:38 +0300 Subject: [PATCH] Include only one definition Co-authored-by: Laurenz --- docs/reference/groups.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/reference/groups.yml b/docs/reference/groups.yml index 625ac6f2f..aca3d2a23 100644 --- a/docs/reference/groups.yml +++ b/docs/reference/groups.yml @@ -135,11 +135,7 @@ category: foundations path: ["std"] details: | - # Collection of globally accessible items under `std` variable. - # Collection of globally accessible items under `std.` prefix. - # Module consisting of globally accessible items. - # The standard library as a value. - An alias for globally accessible items comprsing the standard library. + 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`.