Skip to content

Commit d34fcde

Browse files
authored
Update README.md
1 parent b269d48 commit d34fcde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ main = runServer $ ServerDefinition
7373
```
7474

7575
Whilst `Reactor.hs` shows how a reactor design can be used to handle all
76-
requests on a single thread, such in a way that we could then execute them on
76+
requests on a separate thread, such in a way that we could then execute them on
7777
multiple threads without blocking server communication. They can be installed
7878
from source with
7979

0 commit comments

Comments
 (0)