Skip to content

Commit

Permalink
fix typo in objects doc (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
graphman65 committed Mar 9, 2020
1 parent a053476 commit b555842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b555842

Please sign in to comment.