commit | 388837240ab74512e1b8ac93564fbbbc8a9fa7e4 | [log] [tgz] |
---|---|---|
author | CreepySkeleton <50968528+CreepySkeleton@users.noreply.github.com> | Wed Aug 21 02:18:21 2019 +0300 |
committer | GitHub <noreply@github.com> | Wed Aug 21 02:18:21 2019 +0300 |
tree | b3ff1a3f690f96dc84b68bdb5cd4da6bd4817f7d | |
parent | 75972f61403c6cc453608f3358cbfdef6edea4b5 [diff] |
Improve docs
diff --git a/src/lib.rs b/src/lib.rs index ed4172e..2685df0 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -672,7 +672,7 @@ pub enum Spacing { /// E.g. `+` is `Alone` in `+ =`, `+ident` or `+()`. Alone, - /// E.g. `+` is `Joint` in `+=` or `'#`. + /// E.g. `+` is `Joint` in `+=` or `'` is `Joint` in `'#`. /// /// Additionally, single quote `'` can join with identifiers to form /// lifetimes `'ident`.