From 7669b8f000f5df17ad0046d4dcbc3dc51a761a42 Mon Sep 17 00:00:00 2001 From: Yago Ferrer Date: Wed, 28 Dec 2011 16:31:27 +0000 Subject: [PATCH] Fixed typo: renturn -> return git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321472 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/lua/luaclosure.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/lua/luaclosure.xml b/reference/lua/luaclosure.xml index bec09738f6..7b67dd3bc7 100644 --- a/reference/lua/luaclosure.xml +++ b/reference/lua/luaclosure.xml @@ -12,7 +12,7 @@
&reftitle.intro; - LuaClosure is a wrapper class for LUA_TFUNCTION which could be renturn from + LuaClosure is a wrapper class for LUA_TFUNCTION which could be return from calling to Lua function.