summaryrefslogtreecommitdiff
path: root/src/syntax/highlight.rs
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 /src/syntax/highlight.rs
parent1937d746abf19a5c1142db546912dbed0e6711fb (diff)
Rename `RawKind` to `RawFields`
Diffstat (limited to 'src/syntax/highlight.rs')
-rw-r--r--src/syntax/highlight.rs2
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,