summaryrefslogtreecommitdiff
path: root/src/syntax/token.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax/token.rs')
-rw-r--r--src/syntax/token.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax/token.rs b/src/syntax/token.rs
index e3fada43..cb0526c1 100644
--- a/src/syntax/token.rs
+++ b/src/syntax/token.rs
@@ -75,7 +75,7 @@ pub enum Token<'s> {
Length(Length),
/// A percentage: `50%`.
///
- /// Note: `50%` is represented as `50.0` here, as in the corresponding
+ /// _Note_: `50%` is represented as `50.0` here, as in the corresponding
/// [literal].
///
/// [literal]: ../ast/enum.Lit.html#variant.Percent