diff --git a/book/working_with_records.md b/book/working_with_records.md index 7bf05eb6d70..b0325577739 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 record. 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/update.md) can be used with records: ```nu > let my_record = {