Added index parameter name

This commit is contained in:
Tom Holland 2016-12-27 10:53:04 -08:00
parent ad9c0fa286
commit ab132c73e0
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ Hello, #(name)!
Hello, #(friend.name)!
}
```
#### Index: `#index(object, Int|String)`
#### Index: `#index(object, _ index: Int|String)`
```
Hello, #index(friends, 0)!