Include only one definition

Co-authored-by: Laurenz <laurmaedje@gmail.com>
This commit is contained in:
Andrew Voynov 2025-06-12 02:44:38 +03:00
parent bd66907040
commit 5d8337c76d
No known key found for this signature in database
GPG Key ID: 1BE92DD685700329

View File

@ -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`.