Skip to content

Commit 0396ad7

Browse files
authored
fix(docs): wrong link in working_with_records.md (nushell#1624)
1 parent e701983 commit 0396ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/working_with_records.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Working with Records
22

33
:::tip
4-
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:
4+
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:
55

66
```nu
77
> let my_record = {

0 commit comments

Comments
 (0)