summaryrefslogtreecommitdiff
path: root/library/src
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-11-19 23:12:23 +0100
committerLaurenz <laurmaedje@gmail.com>2022-11-19 23:12:23 +0100
commit565b1977aef9db70aef29a1eb8747f42a7fe4a15 (patch)
tree512587ff875c072fbcd498ff3b3f7c8d618980b4 /library/src
parent1937d746abf19a5c1142db546912dbed0e6711fb (diff)
Rename `RawKind` to `RawFields`
Diffstat (limited to 'library/src')
-rw-r--r--library/src/text/raw.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/text/raw.rs b/library/src/text/raw.rs
index f13fd394..101f527c 100644
--- a/library/src/text/raw.rs
+++ b/library/src/text/raw.rs
@@ -10,7 +10,7 @@ use super::{FontFamily, Hyphenate, LinebreakNode, TextNode};
use crate::layout::BlockNode;
use crate::prelude::*;
-/// Monospaced text with optional syntax highlighting.
+/// Raw text with optional syntax highlighting.
#[derive(Debug, Hash)]
pub struct RawNode {
/// The raw text.