adjust msg

This commit is contained in:
WindSoilder 2024-07-09 06:47:44 +08:00
parent 366e3d4103
commit 6ef12fa267

View File

@ -653,7 +653,7 @@ fn try_lex_special_piped_item(
return (
None,
Some(ParseError::Expected(
"|. Note: redirection stdout to pipe is the same as piping directly.",
"`|`. Redirection stdout to pipe is the same as piping directly.",
Span::new(span_offset + offset, span_offset + offset + o_pipe_len),
)),
);