This commit is contained in:
2022-09-11 06:27:36 +10:00
committed by GitHub
parent 7d4f90fc24
commit 3f6540d6e5
2 changed files with 4 additions and 6 deletions

View File

@@ -109,7 +109,7 @@ The `_index` function is simply used for slice notation, so it's recommended tha
## Slice Notation
When indexing a compound value, you can use slice notation to manipulate it's elements
When indexing a compound value, you can use slice notation to manipulate it's elements:
```
var greeting = "Hello world";