Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-Authored-By: estebank <estebank@users.noreply.github.com>
  • Loading branch information
varkor and estebank authored Jan 21, 2019
1 parent 8f4da0e commit 1d6e5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax_pos/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ impl MultiSpan {
span_labels
}

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

0 comments on commit 1d6e5e7

Please sign in to comment.