Skip to content

Commit 2a033c6

Browse files
authored
Update thinking_in_nu.md (#1731)
typo
1 parent ef54fc4 commit 2a033c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/thinking_in_nu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Consider a simple two-line file:
256256
2. Line 2 is parsed
257257
2. If parsing was successful, then Evaluation:
258258
1. Line 1 is evaluated
259-
2. Line 1 is evaluated
259+
2. Line 2 is evaluated
260260

261261
This helps demonstrate why the following examples cannot run as a single expression (e.g., a script) in Nushell:
262262

0 commit comments

Comments
 (0)