From 565b1977aef9db70aef29a1eb8747f42a7fe4a15 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 19 Nov 2022 23:12:23 +0100 Subject: Rename `RawKind` to `RawFields` --- src/model/items.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/model') diff --git a/src/model/items.rs b/src/model/items.rs index a2c61933..21d45b67 100644 --- a/src/model/items.rs +++ b/src/model/items.rs @@ -66,7 +66,7 @@ pub struct LangItems { pub strong: fn(body: Content) -> Content, /// Emphasized content: `_Emphasized_`. pub emph: fn(body: Content) -> Content, - /// A raw block with optional syntax highlighting: `` `...` ``. + /// Raw text with optional syntax highlighting: `` `...` ``. pub raw: fn(text: EcoString, tag: Option, block: bool) -> Content, /// A hyperlink: `https://typst.org`. pub link: fn(url: EcoString) -> Content, -- cgit v1.2.3