Commit Graph
2 Commits
Author SHA1 Message Date
b01dface d15c36ee89 fix: correct error message token from '}' to '{' in class definition parser
The error message emitted when a left brace is expected after a class body
incorrectly referenced a closing brace '}' instead of the required opening
brace '{'. This fix updates the error string in the `classDefinition` function
within `src/wren_compiler.c` to accurately describe the expected token.
2014-01-14 01:21:25 +00:00
b01dface b458bb436a fix: correct receiver-less call examples to use IO.print and fix parameter names
- Update two `io.write` calls to `IO.print` in doc examples for consistency
- Fix parameter name from `bar` to `arg` in two example method call resolutions
2014-01-14 01:18:42 +00:00