Skip to content

Commit cbdc6c2

Browse files
authored
Update README.md
Just the smallest of typo fixes
1 parent a660e60 commit cbdc6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch04/a-epoll/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ from a `TcpStream` that's reported as ready is very hard, but if you
1616
want to test it out I managed to reliably get that error by simply transferring
1717
so much data that the OS needs to do extra work to handle it.
1818

19-
You can reproduce it if you make som minor changes to the delayserver code
19+
You can reproduce it if you make some minor changes to the delayserver code
2020
as well as the program in `main.rs`` as outlined below. Simply copy and replace
2121
the appropriate functions with these will do it.
2222

0 commit comments

Comments
 (0)