Skip to content

Commit

Permalink
Add wrap as a cast for table and record (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTheDr01ds authored Sep 9, 2024
1 parent b26f366 commit 95ff5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang-guide/chapters/types/basic_types/record.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| **_Description:_** | The foundational associative map. Holds key-value pairs, which associate string keys with various data values. |
| **_Annotation:_** | `record` |
| **_Literal syntax:_** | See below |
| **_Casts:_** | [`into record`](/commands/docs/into_record.md) |
| **_Casts:_** | [`into record`](/commands/docs/into_record.md), [`wrap`](/commands/docs/wrap.md) |
| **_See Also:_** | [Working with Records](/book/working_with_records.md) |
| | [Navigating and Accessing Structured Data](/book/navigating_structured_data.md) |
| | [Types of Data - Records](/book/types_of_data.md#records) |
Expand Down
2 changes: 1 addition & 1 deletion lang-guide/chapters/types/basic_types/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| **_Description:_** | A two-dimensional container with both columns and rows where each cell can hold any basic or structured data type |
| **_Annotation:_** | `table` |
| **_Table-Literal Syntax:_** | See below |
| **_Casts:_** | N/A |
| **_Casts:_** | [`wrap`](/commands/docs/wrap.md) |
| **_See Also:_** | [Working with Tables](/book/working_with_tables.md) |
| | [Navigating and Accessing Structured Data](/book/navigating_structured_data.md) |
| | [Types of Data - Tables](/book/types_of_data.md#tables) |
Expand Down

0 comments on commit 95ff5e0

Please sign in to comment.