From 8381b06d2d366c1943a25e38d485147da6b1318a Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Tue, 20 Aug 2024 13:49:15 -0400 Subject: [PATCH] gpui: Fix "cursor" typos (#16536) This PR fixes some typos of the word "cursor" in `gpui`. Release Notes: - N/A --- crates/gpui/src/platform.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/gpui/src/platform.rs b/crates/gpui/src/platform.rs index d10f386419bc0e534d826fffda394fa9c76b7979..746c0aa00c49d2997e7b16dd7f8b9a862e657774 100644 --- a/crates/gpui/src/platform.rs +++ b/crates/gpui/src/platform.rs @@ -940,11 +940,11 @@ pub enum CursorStyle { ResizeUpRightDownLeft, /// A cursor indicating that the item/column can be resized horizontally. - /// corresponds to the CSS curosr value `col-resize` + /// corresponds to the CSS cursor value `col-resize` ResizeColumn, /// A cursor indicating that the item/row can be resized vertically. - /// corresponds to the CSS curosr value `row-resize` + /// corresponds to the CSS cursor value `row-resize` ResizeRow, /// A text input cursor for vertical layout