From 9f0438b540177527f9f46e1ec51659a410b71bb2 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 22 Aug 2024 03:07:51 +0900 Subject: [PATCH] gpui: Remove extra "the" in comment (#16608) Release Notes: - N/A --- crates/gpui/src/text_system/line_wrapper.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/gpui/src/text_system/line_wrapper.rs b/crates/gpui/src/text_system/line_wrapper.rs index efb3f315ae..132ffe362a 100644 --- a/crates/gpui/src/text_system/line_wrapper.rs +++ b/crates/gpui/src/text_system/line_wrapper.rs @@ -309,7 +309,7 @@ mod tests { #[cfg(target_os = "macos")] use crate as gpui; - // These seem to vary wildly based on the the text system. + // These seem to vary wildly based on the text system. #[cfg(target_os = "macos")] #[crate::test] fn test_wrap_shaped_line(cx: &mut TestAppContext) {