doc: fix a trivial typo

PR-URL: https://github.com/libuv/libuv/pull/1516
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
This commit is contained in:
Vladimír Čunát 2017-09-01 10:23:28 +02:00 committed by Santiago Gimeno
parent 564677d325
commit 737b482baa
No known key found for this signature in database
GPG Key ID: F28C3C8DA33C03BE

View File

@ -6,7 +6,7 @@
Stream handles provide an abstraction of a duplex communication channel.
:c:type:`uv_stream_t` is an abstract type, libuv provides 3 stream implementations
in the for of :c:type:`uv_tcp_t`, :c:type:`uv_pipe_t` and :c:type:`uv_tty_t`.
in the form of :c:type:`uv_tcp_t`, :c:type:`uv_pipe_t` and :c:type:`uv_tty_t`.
Data types