Skip to content

Commit 4f45375

Browse files
committed
Fix missing language specifier
1 parent 7cc974e commit 4f45375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/quick_tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Notice that the `params` and `input_output` columns of the output above are _nes
224224

225225
That `help commands` output is quite long. You could send it to a pager like `less` or `bat`, but Nushell includes a built-in `explore` command that lets you not only scroll, but also telescope-in to nested data. Try:
226226

227-
```
227+
```nu
228228
help commands | explore
229229
```
230230

0 commit comments

Comments
 (0)