Skip to content

Commit

Permalink
fix #1039 clarity in header comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ruby0x1 committed Aug 10, 2021
1 parent dd1e8a0 commit 55e8807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/wren_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 55e8807

Please sign in to comment.