aboutsummaryrefslogtreecommitdiff
path: root/src/backends/zenity.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/zenity.rs')
-rw-r--r--src/backends/zenity.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backends/zenity.rs b/src/backends/zenity.rs
index 12e052b..d5745eb 100644
--- a/src/backends/zenity.rs
+++ b/src/backends/zenity.rs
@@ -29,7 +29,7 @@ impl Zenity {
/// Sets the icon of the dialog box.
///
- /// The icon can either be one of `error`, `info`, `question` or `warning, or the path to an
+ /// The icon can either be one of `error`, `info`, `question` or `warning`, or the path to an
/// image to use. The default image depends on the dialog type.
pub fn set_icon(&mut self, icon: impl Into<String>) {
self.icon = Some(icon.into());