Skip to content

Commit 1d6e5e7

Browse files
varkorestebank
andauthoredJan 21, 2019
Fix typo
Co-Authored-By: estebank <[email protected]>
1 parent 8f4da0e commit 1d6e5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/libsyntax_pos/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ impl MultiSpan {
732732
span_labels
733733
}
734734

735-
/// Returns wether any of the span labels is displayable.
735+
/// Returns whether any of the span labels is displayable.
736736
pub fn has_span_labels(&self) -> bool {
737737
self.span_labels.iter().any(|(sp, _)| !sp.is_dummy())
738738
}

0 commit comments

Comments
 (0)
Please sign in to comment.