From ab8d7b82a1252b41dc072f641befb6d2afcb3373 Mon Sep 17 00:00:00 2001 From: Maximilian Hubert <64627729+gap-editor@users.noreply.github.com> Date: Wed, 28 May 2025 21:24:53 +0200 Subject: [PATCH] readme: fix double period in reactor description (#7363) --- README.md | 2 +- tokio/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e4fa0564..a01e6f4a7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tokio/README.md b/tokio/README.md index 8e4fa0564..a01e6f4a7 100644 --- a/tokio/README.md +++ b/tokio/README.md @@ -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