Fix typos
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
This commit is contained in:
parent
80ae640060
commit
50fe683305
2 changed files with 2 additions and 2 deletions
|
@ -472,7 +472,7 @@ pub enum PromptLevel {
|
||||||
Critical,
|
Critical,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Change the style of the cursor (pointer)
|
/// The style of the cursor (pointer)
|
||||||
#[derive(Copy, Clone, Debug)]
|
#[derive(Copy, Clone, Debug)]
|
||||||
pub enum CursorStyle {
|
pub enum CursorStyle {
|
||||||
Arrow,
|
Arrow,
|
||||||
|
|
|
@ -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).
|
/// in macOS's [NSCursor](https://developer.apple.com/documentation/appkit/nscursor).
|
||||||
fn set_cursor_style(&self, style: CursorStyle) {
|
fn set_cursor_style(&self, style: CursorStyle) {
|
||||||
unsafe {
|
unsafe {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue