diff --git a/crates/nu-parser/src/lex.rs b/crates/nu-parser/src/lex.rs index fb67e5b744..9b52467ef4 100644 --- a/crates/nu-parser/src/lex.rs +++ b/crates/nu-parser/src/lex.rs @@ -653,7 +653,7 @@ fn try_lex_special_piped_item( return ( None, Some(ParseError::Expected( - "`|`. Redirection stdout to pipe is the same as piping directly.", + "`|`. Redirecting stdout to a pipe is the same as normal piping.", Span::new(span_offset + offset, span_offset + offset + o_pipe_len), )), );