Skip to content

Commit 14d5d70

Browse files
authored
Typo in types_of_data.md (#2067)
1 parent a05f640 commit 14d5d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/types_of_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ You can also easily create lists of characters with a form similar to ranges wit
225225

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

0 commit comments

Comments
 (0)