Files
wren/src
Bob Nystrom eea7803aae fix: correct comment and fix typo in wren compiler and vm files
- Fix misleading comment in `new_` function in `wren_compiler.c` to accurately describe angle brackets instead of leading space
- Fix typo "Uknown" to "Unknown" in assertion message in `wrenCall` function in `wren_vm.c`
- Remove trailing whitespace in `wren_vm.c`
2015-03-12 14:26:29 +00:00
..