Skip to content

Commit 95ff5e0

Browse files
authored
Add wrap as a cast for table and record (nushell#1545)
1 parent b26f366 commit 95ff5e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lang-guide/chapters/types/basic_types/record.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| **_Description:_** | The foundational associative map. Holds key-value pairs, which associate string keys with various data values. |
66
| **_Annotation:_** | `record` |
77
| **_Literal syntax:_** | See below |
8-
| **_Casts:_** | [`into record`](/commands/docs/into_record.md) |
8+
| **_Casts:_** | [`into record`](/commands/docs/into_record.md), [`wrap`](/commands/docs/wrap.md) |
99
| **_See Also:_** | [Working with Records](/book/working_with_records.md) |
1010
| | [Navigating and Accessing Structured Data](/book/navigating_structured_data.md) |
1111
| | [Types of Data - Records](/book/types_of_data.md#records) |

lang-guide/chapters/types/basic_types/table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| **_Description:_** | A two-dimensional container with both columns and rows where each cell can hold any basic or structured data type |
66
| **_Annotation:_** | `table` |
77
| **_Table-Literal Syntax:_** | See below |
8-
| **_Casts:_** | N/A |
8+
| **_Casts:_** | [`wrap`](/commands/docs/wrap.md) |
99
| **_See Also:_** | [Working with Tables](/book/working_with_tables.md) |
1010
| | [Navigating and Accessing Structured Data](/book/navigating_structured_data.md) |
1111
| | [Types of Data - Tables](/book/types_of_data.md#tables) |

0 commit comments

Comments
 (0)