diff --git a/docs/src/guide/basics.rst b/docs/src/guide/basics.rst index 2b21d730c..3880135bc 100644 --- a/docs/src/guide/basics.rst +++ b/docs/src/guide/basics.rst @@ -66,9 +66,9 @@ that other events can continue to be handled as fast as they come in [#]_. processor, libuv and OSes will usually run background/worker threads and/or polling to perform tasks in a non-blocking manner. -Bert Belder, one of the libuv core developers has a small video explaining the +Bert Belder, one of the libuv core developers, has a small video explaining the architecture of libuv and its background. If you have no prior experience with -either libuv or libev, it is a quick, useful watch. +libuv, it is a quick, useful watch. libuv's event loop is explained in more detail in the `documentation `_.