Skip to content

Commit f077990

Browse files
varkorestebank
andauthored
Fix typo
Co-Authored-By: estebank <estebank@users.noreply.github.com>
1 parent 1d6e5e7 commit f077990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax_pos/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ impl MultiSpan {
668668
&self.primary_spans
669669
}
670670

671-
/// Returns wether any of the primary spans is displayable.
671+
/// Returns whether any of the primary spans is displayable.
672672
pub fn has_primary_spans(&self) -> bool {
673673
self.primary_spans.iter().any(|sp| !sp.is_dummy())
674674
}

0 commit comments

Comments
 (0)