fix typo in objects doc (#256)

This commit is contained in:
Sébastien Lacoste 2020-03-09 14:40:39 +01:00 committed by GitHub
parent a053476c0b
commit b555842004
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -352,7 +352,7 @@ func (o *StringArray) IndexSet(index, value tengo.Object) error {
}
```
If we implement `CamCall` and `Call`:
If we implement `CanCall` and `Call`:
```golang
func (o *StringArray) CanCall() bool {