diff --git a/book/thinking_in_nu.md b/book/thinking_in_nu.md index 8b80ca40ba5..ca43d4fba95 100644 --- a/book/thinking_in_nu.md +++ b/book/thinking_in_nu.md @@ -270,8 +270,8 @@ The following examples use the [`source` command](/commands/docs/source.md), but Consider this scenario: ```nu -"print Hello" | save output.nu -source output.nu +("print Hello" | save output.nu; +source output.nu) # => Error: nu::parser::sourced_file_not_found # => # => × File not found