diff options
author | Nan Xiao <nan@chinadtrace.org> | 2019-07-05 12:56:22 +0800 |
---|---|---|
committer | cjihrig <cjihrig@gmail.com> | 2019-08-06 10:59:05 -0400 |
commit | f5ca3e868c7fa5c37e97f5f75b18d003c1cdfbba (patch) | |
tree | 7931365c16d703c1630ef4ad036f4ee93eeb5e20 /docs/src | |
parent | ed128ef3978562e668737095f2b9439257a67325 (diff) | |
download | libuv-f5ca3e868c7fa5c37e97f5f75b18d003c1cdfbba.tar.gz libuv-f5ca3e868c7fa5c37e97f5f75b18d003c1cdfbba.zip |
doc: fix typo in basics.rst
PR-URL: https://github.com/libuv/libuv/pull/2366
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/guide/basics.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/guide/basics.rst b/docs/src/guide/basics.rst index 91fa6a6d..a0e41414 100644 --- a/docs/src/guide/basics.rst +++ b/docs/src/guide/basics.rst @@ -82,7 +82,7 @@ libuv's event loop is explained in more detail in the `documentation Hello World ----------- -With the basics out of the way, lets write our first libuv program. It does +With the basics out of the way, let's write our first libuv program. It does nothing, except start a loop which will exit immediately. .. rubric:: helloworld/main.c |