Skip to content
This repository was archived by the owner on Aug 15, 2026. It is now read-only.

Commit aecbeda

Browse files
committed
fix: link
1 parent 93f7b9d commit aecbeda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/versions/v3/language-elements/literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You can access values in an array by using an index. Example:
132132
### Important Notes
133133

134134
- **Out of bounds returns nil.** Accessing array on non-existant index returns `nil` instead of resulting in error.
135-
- **Indexing strings.** You cannot use `[number]` to access string character, instead, use [at()](v3/functions/str#at) function.
135+
- **Indexing strings.** You cannot use `[number]` to access string character, instead, use [at()](/v3/functions/str#at) function.
136136
- **Prints as comma-separated.** Printing array will convert it to comma seperated values. Example:
137137
```textwire
138138
<span>{{ [1, 2, 3] }}</span>

0 commit comments

Comments
 (0)