Fix typo in doc comment for report_too_many_hashes
"to big" -> "too big"
This commit is contained in:
parent
8ca930aa26
commit
7be6d67f82
@ -510,7 +510,7 @@ impl<'a> StringReader<'a> {
|
|||||||
FatalError.raise()
|
FatalError.raise()
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Note: It was decided to not add a test case, because it would be to big.
|
/// Note: It was decided to not add a test case, because it would be too big.
|
||||||
/// <https://github.com/rust-lang/rust/pull/50296#issuecomment-392135180>
|
/// <https://github.com/rust-lang/rust/pull/50296#issuecomment-392135180>
|
||||||
fn report_too_many_hashes(&self, start: BytePos, found: usize) -> ! {
|
fn report_too_many_hashes(&self, start: BytePos, found: usize) -> ! {
|
||||||
self.fatal_span_(
|
self.fatal_span_(
|
||||||
|
Loading…
Reference in New Issue
Block a user