commit | 0360cf8b5510f5e25c1604df7a61c9eb7d6330fd | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Jun 30 13:09:49 2019 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Jun 30 13:09:49 2019 -0700 |
tree | 70fa614560fd473b9607c1af9460028224a4bc4c | |
parent | bc3bd3f27903a33ffe4a3166f1a24cdd8bce951d [diff] |
Fix typo in Span::eq documentation
diff --git a/src/lib.rs b/src/lib.rs index 63b0ad6..0e3579d 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -438,7 +438,7 @@ self.inner.join(other.inner).map(Span::_new) } - /// Compares to spans to see if they're equal. + /// Compares two spans to see if they're equal. /// /// This method is semver exempt and not exposed by default. #[cfg(procmacro2_semver_exempt)]