Files
wren/doc/site
Bob Nystrom ee7d881e19 fix: correct bindForeignMethod() example to check isStatic flag
The example code in the embedding documentation for bindForeignMethod() incorrectly used `!isStatic` when checking for a static method `Math.add(_,_)`. Changed the condition to `isStatic` so the example correctly demonstrates how to dispatch static foreign methods.
2018-03-26 14:52:26 +00:00
..