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

@@ -20,12 +20,10 @@ The host will provide all of the extensions needed on a case-by-case basis. Scri
# Getting Started
* [Quick Start Guide](quick-start-guide)
* [Tutorials](tutorials)
* [Developing With Toy](developing-with-toy)
* ~~[Tutorials](tutorials)~~
* ~~[Developing With Toy](developing-with-toy)~~
* [Types](types)
* [Functions](functions)
* [Slice Notation](slice-notation)
* [Standard Libary](standard-library)
* ~~[Standard Libary](standard-library)~~
# Version Differences

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";