gpui: Fix "cursor" typos (#16536)
This PR fixes some typos of the word "cursor" in `gpui`. Release Notes: - N/A
This commit is contained in:
parent
a89844bcc9
commit
8381b06d2d
1 changed files with 2 additions and 2 deletions
|
@ -940,11 +940,11 @@ pub enum CursorStyle {
|
||||||
ResizeUpRightDownLeft,
|
ResizeUpRightDownLeft,
|
||||||
|
|
||||||
/// A cursor indicating that the item/column can be resized horizontally.
|
/// 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,
|
ResizeColumn,
|
||||||
|
|
||||||
/// A cursor indicating that the item/row can be resized vertically.
|
/// 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,
|
ResizeRow,
|
||||||
|
|
||||||
/// A text input cursor for vertical layout
|
/// A text input cursor for vertical layout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue