summaryrefslogtreecommitdiff
path: root/pbx/pbx_lua.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/pbx_lua.c')
-rw-r--r--pbx/pbx_lua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_lua.c b/pbx/pbx_lua.c
index 143bea5e4..a23b31ee2 100644
--- a/pbx/pbx_lua.c
+++ b/pbx/pbx_lua.c
@@ -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)