From 54acb85badffce5464467d965214f58182e32161 Mon Sep 17 00:00:00 2001 From: Gert Oja Date: Sat, 8 Nov 2025 19:56:25 +0200 Subject: [PATCH] Typo in types_of_data.md --- book/types_of_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/types_of_data.md b/book/types_of_data.md index f932999619c..7c98ca43ed5 100644 --- a/book/types_of_data.md +++ b/book/types_of_data.md @@ -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 |