Skip to content

Commit

Permalink
Update interoperability.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d5 authored Jan 31, 2019
1 parent 85d90f6 commit 44248b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/interoperability.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ When adding a Variable _([Script.Add](https://godoc.org/github.com/d5/tengo/scri

### User Types

One can easily add and use customized value types in Tengo code by implementing [Object](https://godoc.org/github.com/d5/tengo/objects#Object) interface. Tengo runtime will treat the user types exactly in the same way it does to the runtime types with no performance overhead. See [Tengo Objects](https://github.com/d5/tengo/blob/master/docs/objects.md) for more details.
Users can add and use a custom user type in Tengo code by implementing [Object](https://godoc.org/github.com/d5/tengo/objects#Object) interface. Tengo runtime will treat the user types in the same way it does to the runtime types with no performance overhead. See [Object Types](https://github.com/d5/tengo/blob/master/docs/objects.md) for more details.

### Importing Scripts

Expand Down

0 comments on commit 44248b8

Please sign in to comment.