diff options
| author | Pg Biel <9021226+PgBiel@users.noreply.github.com> | 2023-04-29 08:45:17 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-29 13:45:17 +0200 |
| commit | cfad59967c417e385e77421d1dbd3ed24d9dc90f (patch) | |
| tree | 8c25b313cb0ad4102bdb4d839cc911e0eccd3489 /library/src | |
| parent | 06501fd9bac1e211a6226bc2fa568a076a10b375 (diff) | |
whoops (#1035)
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 091026b1..4a9a925c 100644 --- a/library/src/text/raw.rs +++ b/library/src/text/raw.rs @@ -9,7 +9,7 @@ use crate::layout::BlockElem; use crate::meta::{Figurable, LocalName}; use crate::prelude::*; -/// Raw text with optionalw syntax highlighting. +/// Raw text with optional syntax highlighting. /// /// Displays the text verbatim and in a monospace font. This is typically used /// to embed computer code into your document. |
