diff options
Diffstat (limited to 'src/syntax/highlight.rs')
| -rw-r--r-- | src/syntax/highlight.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax/highlight.rs b/src/syntax/highlight.rs index 34cce4c0..7c0b4ac1 100644 --- a/src/syntax/highlight.rs +++ b/src/syntax/highlight.rs @@ -147,7 +147,7 @@ pub enum Category { Emph, /// A hyperlink. Link, - /// Raw text or code. + /// Raw text. Raw, /// A label. Label, |
