diff options
author | Masak1 <105455722+masakk1@users.noreply.github.com> | 2025-02-22 17:25:25 +0100 |
---|---|---|
committer | Caleb Maclennan <caleb@alerque.com> | 2025-02-23 11:12:41 +0300 |
commit | 4dad084cfd7a49805803919ab8b32b06de730665 (patch) | |
tree | fccab5f4598649d4096ed0af67955c22b17d0a28 /docs | |
parent | 1fad1626900a128be724cba9e9c19a6b2fe2bf6b (diff) | |
download | luasocket-4dad084cfd7a49805803919ab8b32b06de730665.tar.gz luasocket-4dad084cfd7a49805803919ab8b32b06de730665.tar.bz2 luasocket-4dad084cfd7a49805803919ab8b32b06de730665.zip |
docs: Fix udp documentation gettimeout typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/udp.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/udp.html b/docs/udp.html index db711cb..06e6e3c 100644 --- a/docs/udp.html +++ b/docs/udp.html | |||
@@ -149,8 +149,8 @@ wild-card address). | |||
149 | <!-- gettimeout +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 149 | <!-- gettimeout +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
150 | 150 | ||
151 | <p class="name" id="gettimeout"> | 151 | <p class="name" id="gettimeout"> |
152 | connected:<b>settimeout(</b>value<b>)</b><br> | 152 | connected:<b>gettimeout(</b>value<b>)</b><br> |
153 | unconnected:<b>settimeout(</b>value<b>)</b> | 153 | unconnected:<b>gettimeout(</b>value<b>)</b> |
154 | </p> | 154 | </p> |
155 | 155 | ||
156 | <p class="description"> | 156 | <p class="description"> |