Commit Graph
3 Commits
Author SHA1 Message Date
Mathieu Gagnon daac291a06 fix: add missing constructor to Foo class in error-handling doc sample
The code example in the error-handling documentation was missing a constructor
for the Foo class, which would cause a runtime error when calling Foo.new().
This fix adds the required `construct new() {}` block to make the sample
executable and focus on the intended method-not-found error demonstration.
2016-02-11 23:06:51 +00:00
Mathieu Gagnon 0e138c8b0a fix: correct abs code sample in num docs to show proper precedence with parentheses 2016-02-11 22:58:09 +00:00
Mathieu Gagnon e9bde95f74 docs: simplify wrenInterpret example by removing source path parameter 2016-02-08 13:34:56 +00:00