Files
wren/doc/site
Bob Nystrom 7bb024eccc docs: correct code examples in classes and concurrency docs
Fix two documentation errors: change `Foo.bar.printFromStatic()` to
`Foo.printFromStatic()` in classes.markdown, and replace `map` with `each`
in concurrency.markdown to match the actual Wren API.
2018-04-26 04:09:48 +00:00
..