diff options
author | cloudygoose <[email protected]> | 2015-05-29 17:17:57 +0800 |
---|---|---|
committer | cloudygoose <[email protected]> | 2015-05-29 17:17:57 +0800 |
commit | b88d2ab16af682194d2f94f5ef17d658ec101234 (patch) | |
tree | bc747e28ad5b241a52de59d339c8bc7c18e44b8a /doc | |
parent | e991ad1e5153d23a8ae38110e3093b88e058140a (diff) |
...
Diffstat (limited to 'doc')
-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. |