From 2033ed16b277cb5d44be60b8db0e5857a8ec40fb Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:43:10 +0200 Subject: [PATCH] fix: copy paste mistake (#1530) That was wrongly copied from the list equivalent --- book/working_with_records.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/working_with_records.md b/book/working_with_records.md index 67812d771d..97ddcfc28e 100644 --- a/book/working_with_records.md +++ b/book/working_with_records.md @@ -1,7 +1,7 @@ # Working with Records :::tip -Records are roughly equivalent to the individual rows of a table. You can think of a record as essentially being a "one-row table". Thus, most commands which operate on a table row _also_ operates on a list. For instance, [`update`](/commands/docs/where.md) can be used with records: +Records are roughly equivalent to the individual rows of a table. You can think of a record as essentially being a "one-row table". Thus, most commands which operate on a table row _also_ operates on a record. For instance, [`update`](/commands/docs/where.md) can be used with records: ```nu > let my_record = {