aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ea2f079..4db06a7 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,7 @@ For Lua 5.1 additionally:
125* `lua_KContext` (see [here][14]) 125* `lua_KContext` (see [here][14])
126* `lua_KFunction` (see [here][14]) 126* `lua_KFunction` (see [here][14])
127* `lua_dump` (extra `strip` parameter, ignored, see [here][15]) 127* `lua_dump` (extra `strip` parameter, ignored, see [here][15])
128* `lua_getextraspace` (limited compatibilitiy, may throw out-of-memory errors) 128* `lua_getextraspace` (limited compatibilitiy, see [here][24])
129* `lua_getfield` (return value) 129* `lua_getfield` (return value)
130* `lua_geti` and `lua_seti` 130* `lua_geti` and `lua_seti`
131* `lua_getglobal` (return value) 131* `lua_getglobal` (return value)
@@ -236,4 +236,5 @@ This package contains code written by:
236 [21]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_checkversion 236 [21]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_checkversion
237 [22]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_Buffer 237 [22]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_Buffer
238 [23]: https://github.com/keplerproject/lua-compat-5.3/wiki/coroutine.running 238 [23]: https://github.com/keplerproject/lua-compat-5.3/wiki/coroutine.running
239 [24]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_getextraspace
239 240