Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/thinking_in_nu.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ However, this also means that Nushell cannot currently support an `eval` constru

### Features Built on Static Parsing

On the other hand, the **_static_** results of Parsing are key to many features of Nushell its REPL, such as:
On the other hand, the **_static_** results of Parsing are key to many features of Nushell and its REPL, such as:

- Accurate and expressive error messages
- Semantic analysis for earlier and robust detection of error conditions
Expand Down