Skip to content

Commit ab8d7b8

Browse files
authored
readme: fix double period in reactor description (#7363)
1 parent 9563707 commit ab8d7b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ level, it provides a few major components:
3939

4040
* A multithreaded, work-stealing based task [scheduler].
4141
* A reactor backed by the operating system's event queue (epoll, kqueue,
42-
IOCP, etc...).
42+
IOCP, etc.).
4343
* Asynchronous [TCP and UDP][net] sockets.
4444

4545
These components provide the runtime components necessary for building

tokio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ level, it provides a few major components:
3939

4040
* A multithreaded, work-stealing based task [scheduler].
4141
* A reactor backed by the operating system's event queue (epoll, kqueue,
42-
IOCP, etc...).
42+
IOCP, etc.).
4343
* Asynchronous [TCP and UDP][net] sockets.
4444

4545
These components provide the runtime components necessary for building

0 commit comments

Comments
 (0)