mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
Get rid of my name from TODOs. Anyone can do them.
This commit is contained in:
@ -34,7 +34,7 @@ void wrenFreeVM(WrenVM* vm);
|
||||
|
||||
// Runs [source], a string of Wren source code in a new fiber in [vm]. Returns
|
||||
// zero if successful.
|
||||
// TODO(bob): Define error codes.
|
||||
// TODO: Define error codes.
|
||||
int wrenInterpret(WrenVM* vm, const char* source);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user