Skip to content

Commit

Permalink
fix: copy paste mistake (#1530)
Browse files Browse the repository at this point in the history
That was wrongly copied from the list equivalent
  • Loading branch information
Hofer-Julian authored Aug 29, 2024
1 parent 3768b0b commit 2033ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/working_with_records.md
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit 2033ed1

Please sign in to comment.