From 6c87ab7a9be73025e8d4c9e0ac8580395fdffd11 Mon Sep 17 00:00:00 2001 From: Hung-I Date: Fri, 22 Mar 2024 23:34:54 +0800 Subject: [PATCH] docs: fix typo in comments --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d58efd3..47b203d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"] [features] # OpenCC rulesets are disabled by default. -# Enable the feature may improve accuracy at the cost of binary size bloating and performance +# Enabling the feature may improve accuracy at the cost of binary size bloating and performance # degration. default = ["compress"] opencc = ["lazy_static"]