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 78e2adb commit 9695399Copy full SHA for 9695399
gui-doc/scribblings/gui/dialog-funcs.scrbl
@@ -167,7 +167,7 @@ See also @racket[path-dialog%] for a richer interface.
167
[directory (or/c path-string? #f) #f]
168
[style (listof (or/c 'enter-packages 'common)) null]
169
[#:dialog-mixin dialog-mixin (make-mixin-contract path-dialog%) (λ (x) x)])
170
- (or/c path #f)]{
+ (or/c path? #f)]{
171
172
Obtains a directory pathname from the user via the platform-specific
173
standard (modal) dialog, using @racket[parent] as the parent window if
0 commit comments