diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-03 18:15:09 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-03 18:15:09 +0200 |
| commit | 54e0da59e37c25f5b9f9cd8fbe162184debe521b (patch) | |
| tree | 699cdb8e05dd2867a185bd2f662764f107efecb0 /src/syntax/token.rs | |
| parent | 91d14d2a221f619738e4534c1b4266633ce5789d (diff) | |
Small documentation fixes 🧾
Diffstat (limited to 'src/syntax/token.rs')
| -rw-r--r-- | src/syntax/token.rs | 2 |
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 |
