From 7be6d67f825f23916fdc4a7378c49bd7d153f6d1 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sun, 22 Nov 2020 07:02:58 -0300 Subject: [PATCH] Fix typo in doc comment for report_too_many_hashes "to big" -> "too big" --- compiler/rustc_parse/src/lexer/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_parse/src/lexer/mod.rs b/compiler/rustc_parse/src/lexer/mod.rs index 0dfacd78908..b5b34c7338d 100644 --- a/compiler/rustc_parse/src/lexer/mod.rs +++ b/compiler/rustc_parse/src/lexer/mod.rs @@ -510,7 +510,7 @@ fn report_unterminated_raw_string( 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. /// fn report_too_many_hashes(&self, start: BytePos, found: usize) -> ! { self.fatal_span_(