1
0
forked from Mirror/wren

Fix broken link for error handling

This commit is contained in:
Benjamin Tucker
2018-12-19 12:39:52 -08:00
committed by GitHub
parent 4ebb99d27f
commit d01905ef80

View File

@ -151,7 +151,7 @@ fibers all the way back to the main one and returns `WREN_RESULT_RUNTIME_ERROR`.
Otherwise, when the last fiber successfully returns, it returns
`WREN_RESULT_SUCCESS`.
[runtime error]: error-handling.html
[runtime error]: ../error-handling.html
All code passed to `wrenInterpret()` runs in a special "main" module. That way,
top-level names defined in one call can be accessed in later ones. It's similar