mirror of
https://github.com/typst/typst
synced 2025-08-25 04:04:12 +08:00
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:
parent
7a0c07aa92
commit
ee770f9dec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user