From 488b1638d29a1f27add32a324fd75b8c729782a5 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Mon, 25 Jul 2022 20:24:27 +0900 Subject: [PATCH] Fix a typo Signed-off-by: Yuki Okushi --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 524a115f..b102b9d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ ## 0.11.0 * Bump up MSRV to 1.60 -* Crates' edition are now 2021 [#257] +* Crates' edition is now 2021 [#257] * Remove `proc-macro-hack` dependency [#256] * Now the `unicase` feature works fine with the `macros` feature, doesn't need to import `phf-macros` directly anymore. [#251]