Skip to content

Commit c151cac

Browse files
committed
Mention row condition name
1 parent 0aad4db commit c151cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/variables_and_subexpressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ We can do a very similar action in a single step using a subexpression path:
6464

6565
It depends on the needs of the code and your particular style which form works best for you.
6666

67-
## Short-hand subexpressions
67+
## Short-hand subexpressions (row conditions)
6868

6969
Nushell supports accessing columns in a subexpression using a simple short-hand. You may have already used this functionality before. If, for example, we wanted to only see rows from `ls` where the entry is at least ten kilobytes we can write:
7070

0 commit comments

Comments
 (0)