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,