mirror of
https://github.com/typst/typst
synced 2025-08-26 04:34:14 +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: |
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user