]> git.lizzy.rs Git - rust.git/blobdiff - library/proc_macro/src/lib.rs
Rollup merge of #103204 - jyn514:autolabels, r=Mark-Simulacrum
[rust.git] / library / proc_macro / src / lib.rs
index 495c1c5ae46c155bb0877a3a22dbc5756f3b2a83..f9c7d3e172cbe9c9c900739d523ab8d82527d6e6 100644 (file)
@@ -533,7 +533,7 @@ pub fn located_at(&self, other: Span) -> Span {
         other.resolved_at(*self)
     }
 
-    /// Compares to spans to see if they're equal.
+    /// Compares two spans to see if they're equal.
     #[unstable(feature = "proc_macro_span", issue = "54725")]
     pub fn eq(&self, other: &Span) -> bool {
         self.0 == other.0