We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be8f29 commit b8ed4b4Copy full SHA for b8ed4b4
plugins/dialog/src/lib.rs
@@ -152,7 +152,7 @@ impl<R: Runtime> Dialog<R> {
152
)
153
}
154
155
- /// 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).
156
pub fn file(&self) -> FileDialogBuilder<R> {
157
FileDialogBuilder::new(self.clone())
158
0 commit comments