gpui: Remove extra "the" in comment (#16608)

Ikko Eltociear Ashimine created

Release Notes:

- N/A

Change summary

crates/gpui/src/text_system/line_wrapper.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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