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`.