mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
Updated README.md
I forgot to update the doc about uv_fs_read Also fixed 2 typo errors
This commit is contained in:
parent
90c9db6905
commit
bd931b0e21
@ -2010,7 +2010,7 @@ stop prepare callback
|
||||
|
||||
|
||||
|
||||
### resoruce uv_check_init([resource $loop])
|
||||
### resource uv_check_init([resource $loop])
|
||||
|
||||
##### *Description*
|
||||
|
||||
@ -2176,7 +2176,7 @@ uv_run();
|
||||
|
||||
|
||||
|
||||
### void uv_fs_read(resoruce $loop, zval $fd, callable $callback)
|
||||
### void uv_fs_read(resource $loop, zval $fd, long $length, callable $callback)
|
||||
|
||||
##### *Description*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user