readme: fix double period in reactor description (#7363)

This commit is contained in:
Maximilian Hubert
2025-05-28 21:24:53 +02:00
committed by GitHub
parent 9563707aaa
commit ab8d7b82a1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ level, it provides a few major components:
* A multithreaded, work-stealing based task [scheduler].
* A reactor backed by the operating system's event queue (epoll, kqueue,
IOCP, etc...).
IOCP, etc.).
* Asynchronous [TCP and UDP][net] sockets.
These components provide the runtime components necessary for building
+1 -1
View File
@@ -39,7 +39,7 @@ level, it provides a few major components:
* A multithreaded, work-stealing based task [scheduler].
* A reactor backed by the operating system's event queue (epoll, kqueue,
IOCP, etc...).
IOCP, etc.).
* Asynchronous [TCP and UDP][net] sockets.
These components provide the runtime components necessary for building