Skip to content

Commit

Permalink
Fix typo in view module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Aug 6, 2024
1 parent a907c0e commit 8cdfe94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isototest/src/view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use vnc::{Rect, VncClient, VncError, VncEvent, X11Event};
/// If it is not passed, the function will attempt to detect the resolution from the VNC server.
/// This only works for the first time though. The client cannot retrieve the resolution a second
/// time by itself as long as it has not changed. We recommend to save the `Ok()` return value of
/// the function so you have a global resolution tate to return to when calling.
/// the function so you have a global resolution state to return to when calling.
///
/// # Returns
///
Expand Down

0 comments on commit 8cdfe94

Please sign in to comment.