Skip to content
Merged
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 book/types_of_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ You can also easily create lists of characters with a form similar to ranges wit

| | |
| --------------------- | --------------------------------------------------------------------------------------------------------------- |
| **_Description:_** | An expression that is used to navigated to an inner value in a structured value. |
| **_Description:_** | An expression that is used to navigate to an inner value in a structured value. |
| **_Annotation:_** | `cell-path` |
| **_Literal syntax:_** | A dot-separated list of row (int) and column (string) IDs. E.g., `name.4.5`. |
| | Optionally, use a leading `$.` when needed for disambiguation, such as when assigning a cell-path to a variable |
Expand Down