Skip to content
Snippets Groups Projects
Commit 05784656 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

gh-879: fix the docs

socket method is writable(), not writeable().
parent 815a486b
No related branches found
No related tags found
No related merge requests found
...@@ -387,7 +387,7 @@ the function invocations will look like ``sock:function_name(...)``. ...@@ -387,7 +387,7 @@ the function invocations will look like ``sock:function_name(...)``.
otherwise block indefinitely. otherwise block indefinitely.
.. method:: readable([timeout]) .. method:: readable([timeout])
writeable([timeout]) writable([timeout])
wait([timeout]) wait([timeout])
``sock:readable()`` waits until something is readable, or until a timeout value expires. |br| ``sock:readable()`` waits until something is readable, or until a timeout value expires. |br|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment