We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c773c13 commit 527f788Copy full SHA for 527f788
library/proc_macro/src/lib.rs
@@ -533,7 +533,7 @@ impl Span {
533
other.resolved_at(*self)
534
}
535
536
- /// Compares to spans to see if they're equal.
+ /// Compares two spans to see if they're equal.
537
#[unstable(feature = "proc_macro_span", issue = "54725")]
538
pub fn eq(&self, other: &Span) -> bool {
539
self.0 == other.0
0 commit comments