aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcloudygoose <cloudygooseg@gmail.com>2015-05-29 17:17:57 +0800
committercloudygoose <cloudygooseg@gmail.com>2015-05-29 17:17:57 +0800
commitb88d2ab16af682194d2f94f5ef17d658ec101234 (patch)
treebc747e28ad5b241a52de59d339c8bc7c18e44b8a /doc
parente991ad1e5153d23a8ae38110e3093b88e058140a (diff)
...
Diffstat (limited to 'doc')
-rw-r--r--doc/nerv.md2
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.