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>
This commit is contained in:
Nan Xiao 2019-07-05 12:56:22 +08:00 committed by cjihrig
parent ed128ef397
commit f5ca3e868c
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5

View File

@ -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