From 1cae8260046538cdcbd79b53d4bc7f7f7c4d7a9e Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Thu, 9 May 2024 11:24:42 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Mads Marquart --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 40b8cb7..e6c7df8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -135,7 +135,7 @@ pub enum RawWindowHandle { /// A raw window handle for the OpenHarmony OS NDK /// /// ## Availability Hints - /// This variant is used on OpenHarmony OS ( `target_env = "ohos"`). + /// This variant is used on OpenHarmony OS (`target_env = "ohos"`). OhosNdk(OhosNdkWindowHandle), /// A raw window handle for Xlib. /// @@ -288,7 +288,7 @@ pub enum RawDisplayHandle { /// A raw display handle for OpenHarmony OS NDK /// /// ## Availability Hints - /// This variant is used on OpenHarmony OS ( `target_env = "ohos"`). + /// This variant is used on OpenHarmony OS (`target_env = "ohos"`). Ohos(OhosDisplayHandle), /// A raw display handle for Xlib. ///