From 65d1146d5ce11f95fb2effd3171007df16a7a5be Mon Sep 17 00:00:00 2001 From: Axlefublr <101342105+Axlefublr@users.noreply.github.com> Date: Thu, 12 Jun 2025 19:14:21 +0800 Subject: [PATCH] fix: typo using -> Using --- book/navigating_structured_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/navigating_structured_data.md b/book/navigating_structured_data.md index 4ebf459b238..4d9a890921e 100644 --- a/book/navigating_structured_data.md +++ b/book/navigating_structured_data.md @@ -195,7 +195,7 @@ In addition to the cell-path literal syntax used above, Nushell also provides se - `select` is subtly, but critically, different. It returns the specified **data structure** itself, rather than just its value. - Using `select` on a table will return a table of equal or lesser size - Using `select` on a list will return a list of equal or lesser size - - using `select` on a record will return a record of equal or lesser size + - Using `select` on a record will return a record of equal or lesser size Continuing with the sample table above: