summaryrefslogtreecommitdiff
path: root/src/syntax/ast
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax/ast')
-rw-r--r--src/syntax/ast/lit.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax/ast/lit.rs b/src/syntax/ast/lit.rs
index c08dc8cd..3b6441e7 100644
--- a/src/syntax/ast/lit.rs
+++ b/src/syntax/ast/lit.rs
@@ -22,7 +22,7 @@ pub enum Lit {
Length(Length),
/// A percent literal: `50%`.
///
- /// Note: `50%` is represented as `50.0` here, but as `0.5` in the
+ /// _Note_: `50%` is represented as `50.0` here, but as `0.5` in the
/// corresponding [value].
///
/// [value]: ../../eval/enum.Value.html#variant.Relative