Fix typos

This commit is contained in:
Stjepan Glavina 2020-07-19 17:44:03 +02:00
parent c4dbdadb64
commit 3c462433a9
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "A synchronization primitive for task wakeup"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stjepang/futures-lite"
homepage = "https://github.com/stjepang/futures-lite"
documentation = "https://docs.rs/futures-lite"
repository = "https://github.com/stjepang/atomic-waker"
homepage = "https://github.com/stjepang/atomic-waker"
documentation = "https://docs.rs/atomic-waker"
keywords = ["waker", "notify", "wake", "futures", "async"]
categories = ["asynchronous", "concurrency"]
readme = "README.md"