Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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