1
0
forked from Mirror/wren

fix #1039 clarity in header comments

This commit is contained in:
ruby0x1
2021-08-09 17:24:47 -07:00
parent dd1e8a00db
commit 55e8807aba

View File

@ -15,7 +15,7 @@
// There is one limitation, though. Methods written in C cannot call Wren ones.
// They can only be the top of the callstack, and immediately return. This
// makes it difficult to have primitive methods that rely on polymorphic
// behavior. For example, `IO.write` should call `toString` on its argument,
// behavior. For example, `System.print` should call `toString` on its argument,
// including user-defined `toString` methods on user-defined classes.
void wrenInitializeCore(WrenVM* vm);