Skip to content

Commit c86d1c3

Browse files
author
Richard Hundt
committedApr 22, 2021
Fixed minor typo
1 parent df2a098 commit c86d1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ with (but not scheduled by) an event loop.
17261726
This gives a clean linear flow to writing concurrent applications
17271727
without the need for inverting everything using callbacks.
17281728

1729-
Here's the canonical TCP echo server example:
1729+
Here is the canonical TCP echo server example:
17301730

17311731
```
17321732
import async, yield from "async"

0 commit comments

Comments
 (0)
Please sign in to comment.