Skip to content

Commit 65d1146

Browse files
committed
fix: typo using -> Using
1 parent abd985a commit 65d1146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/navigating_structured_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ In addition to the cell-path literal syntax used above, Nushell also provides se
195195
- `select` is subtly, but critically, different. It returns the specified **data structure** itself, rather than just its value.
196196
- Using `select` on a table will return a table of equal or lesser size
197197
- Using `select` on a list will return a list of equal or lesser size
198-
- using `select` on a record will return a record of equal or lesser size
198+
- Using `select` on a record will return a record of equal or lesser size
199199

200200
Continuing with the sample table above:
201201

0 commit comments

Comments
 (0)