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 1d6e5e7 commit f077990Copy full SHA for f077990
src/libsyntax_pos/lib.rs
@@ -668,7 +668,7 @@ impl MultiSpan {
668
&self.primary_spans
669
}
670
671
- /// Returns wether any of the primary spans is displayable.
+ /// Returns whether any of the primary spans is displayable.
672
pub fn has_primary_spans(&self) -> bool {
673
self.primary_spans.iter().any(|sp| !sp.is_dummy())
674
0 commit comments