diff options
Diffstat (limited to 'docs/src/guide/basics.rst')
-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 |