From 7342edde377be7bea31b681d744971fe89d793d7 Mon Sep 17 00:00:00 2001 From: zhoujiaweii Date: Fri, 29 Aug 2025 19:00:01 +0800 Subject: [PATCH] chore: remove redundant word in comment (#740) Signed-off-by: zhoujiaweii --- core-foundation-sys/src/number.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-foundation-sys/src/number.rs b/core-foundation-sys/src/number.rs index 0ccc385..7888f16 100644 --- a/core-foundation-sys/src/number.rs +++ b/core-foundation-sys/src/number.rs @@ -97,7 +97,7 @@ mod test { _ => panic!("should not happen"), }; - // this is new new style of matching for consts + // this is new style of matching for consts match type_id { kCFNumberFloat32Type => assert!(true), _ => panic!("should not happen"),