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.
2 parents a29f341 + 527f788 commit 4af79ccCopy full SHA for 4af79cc
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