diff options
Diffstat (limited to 'docs/content/syntax.md')
| -rw-r--r-- | docs/content/syntax.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/syntax.md b/docs/content/syntax.md index 453d61d0..57eacda9 100644 --- a/docs/content/syntax.md +++ b/docs/content/syntax.md @@ -47,7 +47,7 @@ Goodbye, world. ## Indexing arrays and maps -Occasionally, multi-dimensional data such as arrays (lists, slices) and maps (dictionaries) are used in templates, somtimes through the use of +Occasionally, multi-dimensional data such as arrays (lists, slices) and maps (dictionaries) are used in templates, sometimes through the use of [data sources][]. Accessing values within these data can be done in a few ways which bear clarifying: |
