Skip to content

Commit

Permalink
Fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Hundt committed Apr 22, 2021
1 parent df2a098 commit c86d1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1726,7 +1726,7 @@ with (but not scheduled by) an event loop.
This gives a clean linear flow to writing concurrent applications
without the need for inverting everything using callbacks.

Here's the canonical TCP echo server example:
Here is the canonical TCP echo server example:

```
import async, yield from "async"
Expand Down

0 comments on commit c86d1c3

Please sign in to comment.