From 92eeb408239f3d952ff4af65bdd0016a2590678e Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 12 Dec 2024 09:07:46 -0800 Subject: [PATCH] ws --- ffi/capi/src/properties_maps.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ffi/capi/src/properties_maps.rs b/ffi/capi/src/properties_maps.rs index caeb65f8b56..f1fea94fe51 100644 --- a/ffi/capi/src/properties_maps.rs +++ b/ffi/capi/src/properties_maps.rs @@ -176,8 +176,8 @@ pub mod ffi { pub fn create_east_asian_width() -> Box { convert_8(icu_properties::CodePointMapData::::new().static_to_owned()) } - /// Create a map for the `East_Asian_Width` property, using a particular data source. + /// Create a map for the `East_Asian_Width` property, using a particular data source. #[diplomat::rust_link(icu::properties::props::EastAsianWidth, Struct)] #[diplomat::attr(supports = fallible_constructors, named_constructor = "east_asian_width_with_provider")] pub fn create_east_asian_width_with_provider( @@ -316,8 +316,8 @@ pub mod ffi { pub fn create_joining_type() -> Box { convert_8(icu_properties::CodePointMapData::::new().static_to_owned()) } - /// Create a map for the `Joining_Type` property, using a particular data source. + /// Create a map for the `Joining_Type` property, using a particular data source. #[diplomat::rust_link(icu::properties::props::JoiningType, Struct)] #[diplomat::attr(supports = fallible_constructors, named_constructor = "joining_type_with_provider")] pub fn create_joining_type_with_provider( @@ -408,8 +408,8 @@ pub mod ffi { self.0.as_borrowed().get_set_for_value(value), )) } - /// Create a map for the `Script` property, using compiled data. + /// Create a map for the `Script` property, using compiled data. #[diplomat::rust_link(icu::properties::props::Script, Struct)] #[diplomat::attr(auto, named_constructor = "script")] #[cfg(feature = "compiled_data")] @@ -422,8 +422,8 @@ pub mod ffi { .unwrap(); Box::new(CodePointMapData16(data)) } - /// Create a map for the `Script` property, using a particular data source. + /// Create a map for the `Script` property, using a particular data source. #[diplomat::rust_link(icu::properties::props::Script, Struct)] #[diplomat::attr(supports = fallible_constructors, named_constructor = "script_with_provider")] pub fn create_script_with_provider(