summaryrefslogtreecommitdiff
path: root/src/parse
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-10-03 18:15:09 +0200
committerLaurenz <laurmaedje@gmail.com>2020-10-03 18:15:09 +0200
commit54e0da59e37c25f5b9f9cd8fbe162184debe521b (patch)
tree699cdb8e05dd2867a185bd2f662764f107efecb0 /src/parse
parent91d14d2a221f619738e4534c1b4266633ce5789d (diff)
Small documentation fixes ๐Ÿงพ
Diffstat (limited to 'src/parse')
-rw-r--r--src/parse/tests.rs2
1 files changed, 1 insertions, 1 deletions
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"));