Skip to content

Commit 5f5f922

Browse files
erdnaxejasonish
authored andcommitted
doc/lua: fix typo in stream toserver and toclient
1 parent c16e430 commit 5f5f922

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/userguide/lua/lua-functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ function within a ``stream`` subtable::
119119
local close = args["stream"]["close"]
120120

121121
-- To server?
122-
local ts = args["stream"]["toserver"]
122+
local ts = args["stream"]["to_server"]
123123

124124
-- To client?
125-
local tc = args["stream"]["toclient"]
125+
local tc = args["stream"]["to_client"]
126126
end

0 commit comments

Comments
 (0)