diff options
| author | amelia <amelia@[email protected]> | 2024-03-05 19:57:48 +0000 |
|---|---|---|
| committer | amelia <amelia@[email protected]> | 2024-03-05 19:57:48 +0000 |
| commit | 773e14c47bd91791c35f8715ad7e72b0b25105f0 (patch) | |
| tree | d1ceed572e618ad813c82d86bbceb6140ed7ae69 /docs | |
| parent | 978415cb04d27d1eff82c4bbb8a3596a286ddef0 (diff) | |
oh im silly
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/net.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/net.md b/docs/net.md index 81d8790..b4f749a 100644 --- a/docs/net.md +++ b/docs/net.md @@ -124,7 +124,7 @@ res:serve("./html/") 'takes an integer of bytes to read & parse will update req according to how the bytes needed to be parsed, returns the number of bytes read (not necessarily parsed), 0 if there -is no more data, and any other values \< 1 is a recv error +is no more data, and any other values \< 0 is a recv error ```lua --when a request contains "hello world" |
