From f5ca3e868c7fa5c37e97f5f75b18d003c1cdfbba Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Fri, 5 Jul 2019 12:56:22 +0800 Subject: [PATCH] doc: fix typo in basics.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/libuv/libuv/pull/2366 Reviewed-By: Saúl Ibarra Corretgé Reviewed-By: Colin Ihrig --- docs/src/guide/basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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