Commit Graph
3 Commits
Author SHA1 Message Date
Mathieu Gagnon ff69b12c2c Fix sample in doc/site/error-handling
Add missing constructor.
2016-02-11 18:06:51 -05:00
Mathieu Gagnon a2e03279e2 Fix abs code sample in doc/site/modules/core/num
-123.abs returns -123 because the dot has higher precedence so it's
 really -(123.abs).
2016-02-11 17:58:09 -05:00
Mathieu Gagnon 82307232cc Update wrenInterpret doc/site/embedding-api 2016-02-08 08:34:56 -05:00