Update documentation for pbx_lua.

Closes issue #11492, patch by mnicholson.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@91832 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jason Parker
2007-12-07 21:28:49 +00:00
parent 8093fa188b
commit fc607d5be4
2 changed files with 4 additions and 4 deletions

View File

@@ -301,7 +301,7 @@ static int lua_get_variable_value(lua_State *L)
* seen in extensions.lua.
*
* \code
* channel.variable:set()
* channel.variable:set("value")
* \endcode
*/
static int lua_set_variable_value(lua_State *L)