Commit fb232337 authored by Marcel Stör's avatar Marcel Stör
Browse files

Fix spelling

parent ae842672
...@@ -340,7 +340,7 @@ Submits a string to the Lua interpreter. Similar to `pcall(loadstring(str))`, bu ...@@ -340,7 +340,7 @@ Submits a string to the Lua interpreter. Similar to `pcall(loadstring(str))`, bu
```lua ```lua
sk:on("receive", function(conn, payload) node.input(payload) end) sk:on("receive", function(conn, payload) node.input(payload) end)
``` ```
See [the telnet lua module](../lua-modules/telnet.md) for a working See [the Telnet Lua module](../lua-modules/telnet.md) for a working
example. example.
#### See also #### See also
...@@ -421,7 +421,7 @@ Redirects the Lua interpreter to a `stdout` pipe when a CB function is specified ...@@ -421,7 +421,7 @@ Redirects the Lua interpreter to a `stdout` pipe when a CB function is specified
#### Example #### Example
See [the telnet lua module](../lua-modules/telnet.md) for a working See [the Telnet Lua module](../lua-modules/telnet.md) for a working
example. example.
#### See also #### See also
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment