From 9d475fccb906637d58cd384b0334a0749580e140 Mon Sep 17 00:00:00 2001 From: "Ryan.K" Date: Tue, 11 Jul 2023 16:05:57 +0800 Subject: [PATCH] fixed typo --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 4555dbce8..a9a997acc 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["Chord", "DHT", "Web3", "P2P", "WASM"] categories = ["network-programming", "cryptography", "wasm"] [features] -# Feature "experimental" is used to mark a implementation as experimental, which means that: +# Feature "experimental" is used to mark an implementation as experimental, which means that: # It may not have been thoroughly tested. # The corresponding API may be deprecated or adjusted in the future. experimental = []