From 624ff5cb7a80945ac2fed7e2ad266214542183f2 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 17 Nov 2023 10:08:55 +0100 Subject: [PATCH] Correct sentence --- crates/typst/src/model/content.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/typst/src/model/content.rs b/crates/typst/src/model/content.rs index 1d7a1978b..16ac255e7 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