diff options
Diffstat (limited to 'src/eval/value.rs')
| -rw-r--r-- | src/eval/value.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval/value.rs b/src/eval/value.rs index 85ac2367..f6c1fcd7 100644 --- a/src/eval/value.rs +++ b/src/eval/value.rs @@ -31,7 +31,7 @@ pub enum Value { Length(f64), /// A relative value: `50%`. /// - /// Note: `50%` is represented as `0.5` here, but as `50.0` in the + /// _Note_: `50%` is represented as `0.5` here, but as `50.0` in the /// corresponding [literal]. /// /// [literal]: ../syntax/ast/enum.Lit.html#variant.Percent |
