From 54e0da59e37c25f5b9f9cd8fbe162184debe521b Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 3 Oct 2020 18:15:09 +0200 Subject: =?UTF-8?q?Small=20documentation=20fixes=20=F0=9F=A7=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/parse/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse') diff --git a/src/parse/tests.rs b/src/parse/tests.rs index 4315fd2c..21375a0f 100644 --- a/src/parse/tests.rs +++ b/src/parse/tests.rs @@ -366,7 +366,7 @@ fn test_parse_colon_starting_func_args() { e!("[val/🌎:$]" => s(4, 4, "expected colon")); // String in invalid header without colon still parsed as string - // Note: No "expected quote" error because not even the string was + // _Note_: No "expected quote" error because not even the string was // expected. e!("[val/\"]" => s(4, 4, "expected colon"), s(7, 7, "expected closing bracket")); -- cgit v1.2.3