diff --git a/docs/reference/groups.yml b/docs/reference/groups.yml index db236cb3d..7f1fc4cc4 100644 --- a/docs/reference/groups.yml +++ b/docs/reference/groups.yml @@ -137,8 +137,8 @@ details: | A module that contains all globally accessible items. - 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`. + 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