Skip to content

Commit 95c232e

Browse files
cloudrac3rsamth
authored andcommitted
Fix replace-permissions keyword name
The true function has a question mark in the keyword.
1 parent ff39271 commit 95c232e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typed-racket-lib/typed-racket/base-env/base-env.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2933,7 +2933,7 @@
29332933
[copy-file (->optkey -Pathlike -Pathlike [(-lst -Symbol)]
29342934
#:exists-ok? Univ #f
29352935
#:permissions Univ #f
2936-
#:replace-permissions Univ #f
2936+
#:replace-permissions? Univ #f
29372937
-Void)]
29382938
[make-file-or-directory-link (-> -Pathlike -Pathlike -Void)]
29392939

0 commit comments

Comments
 (0)