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)]