diff options
| author | varkor <github@varkor.com> | 2019-01-21 15:53:45 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-21 15:53:45 -0800 |
| commit | 1d6e5e71089cc4001639757b9f75ee6fc4744e1e (patch) | |
| tree | 6c62f033cb571cb95c5d6e7c9416e2762583c96b | |
| parent | 8f4da0e7ee7cc5039e6f419c7482198d94d04eb2 (diff) | |
| download | rust-1d6e5e71089cc4001639757b9f75ee6fc4744e1e.tar.gz rust-1d6e5e71089cc4001639757b9f75ee6fc4744e1e.zip | |
Fix typo
Co-Authored-By: estebank <estebank@users.noreply.github.com>
| -rw-r--r-- | src/libsyntax_pos/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax_pos/lib.rs b/src/libsyntax_pos/lib.rs index 7f52d1335f7..b6b9b608531 100644 --- a/src/libsyntax_pos/lib.rs +++ b/src/libsyntax_pos/lib.rs @@ -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()) } |
