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.
This commit is contained in:
Laurenz 2025-06-19 18:42:35 +02:00
parent 7a0c07aa92
commit ee770f9dec

View File

@ -137,8 +137,8 @@
details: | details: |
A module that contains all globally accessible items. A module that contains all globally accessible items.
This is useful whenever you overrode a name from the global scope, e.g., 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`. the [`text`] element). To still access the `text` element, write `std.text`.
# Example # Example
```example ```example