summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-11-17 10:08:55 +0100
committerLaurenz <laurmaedje@gmail.com>2023-11-17 10:08:55 +0100
commit624ff5cb7a80945ac2fed7e2ad266214542183f2 (patch)
treee2c43369faa3661c0bea54dd18117d57747cf5dc /crates
parentf4a81091f72299296fb2be7511b08c3cb0e8fa57 (diff)
Correct sentence
Diffstat (limited to 'crates')
-rw-r--r--crates/typst/src/model/content.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/typst/src/model/content.rs b/crates/typst/src/model/content.rs
index 1d7a1978..16ac255e 100644
--- a/crates/typst/src/model/content.rs
+++ b/crates/typst/src/model/content.rs
@@ -52,8 +52,8 @@ use crate::syntax::Span;
/// element function to configure them for a single element. However, these can
/// also be configured with [set rules]($styling/#set-rules) to apply them to
/// all elements within a scope. Optional fields are only available with field
-/// access syntax when they are were explicitly passed to the element function,
-/// not when they result from a set rule.
+/// access syntax when they were explicitly passed to the element function, not
+/// when they result from a set rule.
///
/// Each element has a default appearance. However, you can also completely
/// customize its appearance with a [show rule]($styling/#show-rules). The show