Skip to content

Commit

Permalink
chore: correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Mar 30, 2024
1 parent bfdd62a commit eaaa937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ impl Popup {
}
}

/// Hides the popover
/// Hides the popup
pub fn hide(&self) {
*self.current_widget.borrow_mut() = None;
self.window.hide();
Expand Down

0 comments on commit eaaa937

Please sign in to comment.