Fix typos

Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
This commit is contained in:
Nate Butler 2023-12-04 11:28:22 -05:00
parent 80ae640060
commit 50fe683305
2 changed files with 2 additions and 2 deletions

View File

@ -472,7 +472,7 @@ pub enum PromptLevel {
Critical,
}
/// Change the style of the cursor (pointer)
/// The style of the cursor (pointer)
#[derive(Copy, Clone, Debug)]
pub enum CursorStyle {
Arrow,

View File

@ -724,7 +724,7 @@ impl Platform for MacPlatform {
}
}
/// Match cusor style to to one of the styles available
/// Match cursor style to one of the styles available
/// in macOS's [NSCursor](https://developer.apple.com/documentation/appkit/nscursor).
fn set_cursor_style(&self, style: CursorStyle) {
unsafe {