Skip to content

Commit 9695399

Browse files
benknoblesorawee
authored andcommitted
docs: correct result contract on get-directory
Using path? generates a link to the predicate, like the result of get-file.
1 parent 78e2adb commit 9695399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui-doc/scribblings/gui/dialog-funcs.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ See also @racket[path-dialog%] for a richer interface.
167167
[directory (or/c path-string? #f) #f]
168168
[style (listof (or/c 'enter-packages 'common)) null]
169169
[#:dialog-mixin dialog-mixin (make-mixin-contract path-dialog%) (λ (x) x)])
170-
(or/c path #f)]{
170+
(or/c path? #f)]{
171171

172172
Obtains a directory pathname from the user via the platform-specific
173173
standard (modal) dialog, using @racket[parent] as the parent window if

0 commit comments

Comments
 (0)