chore(dialog): fix misspell "ths" to "the" (#1719)

pull/1607/head
Carlos Valdez 9 months ago committed by GitHub
parent de452d4373
commit b4c95b25df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -152,7 +152,7 @@ impl<R: Runtime> Dialog<R> {
)
}
/// Creates a new builder for dialogs that lets ths user select file(s) or folder(s).
/// Creates a new builder for dialogs that lets the user select file(s) or folder(s).
pub fn file(&self) -> FileDialogBuilder<R> {
FileDialogBuilder::new(self.clone())
}

Loading…
Cancel
Save