diff options
-rw-r--r-- | doc/nerv.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nerv.md b/doc/nerv.md index b6631a6..85a86ca 100644 --- a/doc/nerv.md +++ b/doc/nerv.md @@ -1,5 +1,5 @@ #The Nerv utility functions# Part of the [Nerv](../README.md) toolkit. ##Methods## -* __string = nerv.setmetatable(table self, string tname)__ +* __string = nerv.setmetatable(table self, string tname)__ A registered function, the original function is `luaT_lua_setmetatable`. It assigns the metatable registered in __luaT__ by the name *tname* to the table *self*. And return *tname* to user. |