Skip to content

Commit

Permalink
doc: fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
josedelinux authored Apr 26, 2024
1 parent 497f316 commit 520eb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guide/processes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ to hand off their I/O to other processes. Applications include load-balancing
servers, worker processes and other ways to make optimum use of CPU. libuv only
supports sending **TCP sockets or other pipes** over pipes for now.

To demonstrate, we will look at a echo server implementation that hands of
To demonstrate, we will look at an echo server implementation that hands off
clients to worker processes in a round-robin fashion. This program is a bit
involved, and while only snippets are included in the book, it is recommended
to read the full code to really understand it.
Expand Down

0 comments on commit 520eb62

Please sign in to comment.