diff options
| author | varkor <github@varkor.com> | 2019-01-21 15:53:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-21 15:53:56 -0800 |
| commit | f077990ed4e7fadd0197d00d65a198e02544ab07 (patch) | |
| tree | 51a0135292f714d1f91c3cf810a1b29d77eaaa27 /src/libsyntax_pos | |
| parent | 1d6e5e71089cc4001639757b9f75ee6fc4744e1e (diff) | |
| download | rust-f077990ed4e7fadd0197d00d65a198e02544ab07.tar.gz rust-f077990ed4e7fadd0197d00d65a198e02544ab07.zip | |
Fix typo
Co-Authored-By: estebank <estebank@users.noreply.github.com>
Diffstat (limited to 'src/libsyntax_pos')
| -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 b6b9b608531..d9d7f9b0cb4 100644 --- a/src/libsyntax_pos/lib.rs +++ b/src/libsyntax_pos/lib.rs @@ -668,7 +668,7 @@ impl MultiSpan { &self.primary_spans } - /// Returns wether any of the primary spans is displayable. + /// Returns whether any of the primary spans is displayable. pub fn has_primary_spans(&self) -> bool { self.primary_spans.iter().any(|sp| !sp.is_dummy()) } |
