From 30ff98c5c7bd8acde03e6640cdb156151dc4d0cf Mon Sep 17 00:00:00 2001 From: Mahmut Bulut Date: Fri, 16 Aug 2019 12:26:55 +0200 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac6561be..53603fbe 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This crate provides an async version of [`std`]. It provides all the interfaces ## Documentation -`async-std` comes with [extensive API domentation][docs] and a [book][book]. +`async-std` comes with [extensive API documentation][docs] and a [book][book]. [docs]: https://docs.rs/async-std [book]: https://book.async.rs