diff options
Diffstat (limited to 'library/src')
| -rw-r--r-- | library/src/text/raw.rs | 2 |
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. |
