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) {