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

This commit is contained in:
Carlos Valdez
2024-09-02 05:05:11 -07:00
committed by GitHub
parent de452d4373
commit b4c95b25df
+1 -1
View File
@@ -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())
}