From 6eb6327d1ce424306d792a12490dafdbca3b00da Mon Sep 17 00:00:00 2001 From: Paul Amoah <51966806+paglobal@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:00:45 +0000 Subject: [PATCH] Fix typo in returned value explanation Corrected a typo in the explanation about returned values. --- book/thinking_in_nu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/thinking_in_nu.md b/book/thinking_in_nu.md index d8470cfddb9..1a99333533d 100644 --- a/book/thinking_in_nu.md +++ b/book/thinking_in_nu.md @@ -170,7 +170,7 @@ In all of the above: - The first value is evaluated as the integer 40 but is not returned - The second value is evaluated as the integer 50 but is not returned - The third value is evaluated as the integer 60, and since it is the last - value, it is is returned and displayed (rendered). + value, it is returned and displayed (rendered). ::: warning Thinking in Nushell When debugging unexpected results, be on the lookout for: