From ee770f9dec8b27b22d3737c8074d824e89c5a212 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 19 Jun 2025 18:42:35 +0200 Subject: [PATCH] Consistency We currently don't use a comma after e.g. across the whole docs, so it would be inconsistent. According to the internet, both are fine in American English. --- docs/reference/groups.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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