Make spelling of "I/O" consistent

This commit is contained in:
Alex Touchet
2023-02-05 10:12:49 -08:00
committed by Thomas de Zeeuw
parent f55840a60a
commit 1dc0b2a0e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ authors = [
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>",
"Tokio Contributors <team@tokio.rs>",
]
description = "Lightweight non-blocking IO"
description = "Lightweight non-blocking I/O."
homepage = "https://github.com/tokio-rs/mio"
repository = "https://github.com/tokio-rs/mio"
readme = "README.md"
+1 -1
View File
@@ -1,4 +1,4 @@
# Mio Metal IO
# Mio Metal I/O
Mio is a fast, low-level I/O library for Rust focusing on non-blocking APIs and
event notification for building high performance I/O apps with as little