Skip to content

Commit

Permalink
Fix typo (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
cactusdualcore authored May 22, 2024
1 parent 75f326e commit a21cfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub struct Monitor {
/// The screen x coordinate.
#[napi(readonly)]
pub x: i32,
/// The screen x coordinate.
/// The screen y coordinate.
#[napi(readonly)]
pub y: i32,
/// The screen pixel width.
Expand Down

0 comments on commit a21cfeb

Please sign in to comment.