]> git.feebdaed.xyz Git - 0xmirror/tokio.git/commitdiff
docs: fix typos in README (#7731)
authorMattia Pitossi <mattiapitossi@gmail.com>
Wed, 12 Nov 2025 11:33:24 +0000 (12:33 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Nov 2025 11:33:24 +0000 (12:33 +0100)
README.md
tokio/README.md

index 2c86ca3ddcb3f4811da7861891934b7d35250bb0..8fecb2a4eee0145be6b8db46558008c7ed5a1b72 100644 (file)
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ an asynchronous application.
 
 A basic TCP echo server with Tokio.
 
-Make sure you activated the full features of the tokio crate on Cargo.toml:
+Make sure you enable the full features of the tokio crate on Cargo.toml:
 
 ```toml
 [dependencies]
@@ -109,7 +109,7 @@ More examples can be found [here][examples]. For a larger "real world" example,
 [examples]: https://github.com/tokio-rs/tokio/tree/master/examples
 [mini-redis]: https://github.com/tokio-rs/mini-redis/
 
-To see a list of the available features flags that can be enabled, check our
+To see a list of the available feature flags that can be enabled, check our
 [docs][feature-flag-docs].
 
 ## Getting Help
@@ -257,5 +257,5 @@ This project is licensed under the [MIT license].
 ### Contribution
 
 Unless you explicitly state otherwise, any contribution intentionally submitted
-for inclusion in Tokio by you, shall be licensed as MIT, without any additional
+for inclusion in Tokio by you shall be licensed as MIT, without any additional
 terms or conditions.
index 2c86ca3ddcb3f4811da7861891934b7d35250bb0..8fecb2a4eee0145be6b8db46558008c7ed5a1b72 100644 (file)
@@ -58,7 +58,7 @@ an asynchronous application.
 
 A basic TCP echo server with Tokio.
 
-Make sure you activated the full features of the tokio crate on Cargo.toml:
+Make sure you enable the full features of the tokio crate on Cargo.toml:
 
 ```toml
 [dependencies]
@@ -109,7 +109,7 @@ More examples can be found [here][examples]. For a larger "real world" example,
 [examples]: https://github.com/tokio-rs/tokio/tree/master/examples
 [mini-redis]: https://github.com/tokio-rs/mini-redis/
 
-To see a list of the available features flags that can be enabled, check our
+To see a list of the available feature flags that can be enabled, check our
 [docs][feature-flag-docs].
 
 ## Getting Help
@@ -257,5 +257,5 @@ This project is licensed under the [MIT license].
 ### Contribution
 
 Unless you explicitly state otherwise, any contribution intentionally submitted
-for inclusion in Tokio by you, shall be licensed as MIT, without any additional
+for inclusion in Tokio by you shall be licensed as MIT, without any additional
 terms or conditions.