From dbc8da1f17cb805ab3a789069ff6c52bbe2c0ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Riegel?= Date: Sat, 12 Apr 2025 23:32:01 +0200 Subject: [PATCH] fix readme --- crates/nu-parser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-parser/README.md b/crates/nu-parser/README.md index cbb7729e4d..aa059bb03a 100644 --- a/crates/nu-parser/README.md +++ b/crates/nu-parser/README.md @@ -10,7 +10,7 @@ head1 arg1 arg2 | head2 ## Lexing -The first job of the parser is to a lexical analysis to find where the tokens start and end in the input. This turns the above into: +The first job of the parser is to perform a lexical analysis to find where the tokens start and end in the input. This turns the above into: ```text , , , ,