diff options
Diffstat (limited to 'crates/typst-macros')
| -rw-r--r-- | crates/typst-macros/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-macros/src/lib.rs b/crates/typst-macros/src/lib.rs index e1c3c13a..578389c7 100644 --- a/crates/typst-macros/src/lib.rs +++ b/crates/typst-macros/src/lib.rs @@ -280,7 +280,7 @@ pub fn category(stream: BoundaryStream, item: BoundaryStream) -> BoundaryStream /// - `Reflect` makes Typst's runtime aware of the type's characteristics. /// It's important for autocompletion, error messages, etc. /// - `FromValue` defines how to cast from a value into this type. -/// - `IntoValue` defines how to cast fromthis type into a value. +/// - `IntoValue` defines how to cast from this type into a value. /// /// ```ignore /// /// An integer between 0 and 13. |
