Incorrect documentation

This commit is contained in:
Jay McCarthy 2011-11-24 08:18:56 -07:00
parent a40d0f0dd1
commit 30cc1b9a0b

View File

@ -277,7 +277,12 @@ a URL that refreshes the password file, servlet cache, etc.}
is not authorized and @racket[#f] if the request @emph{is} authorized.
}
@defproc[(make-basic-denied?/path [password-file path-string?])
@defproc[(make-basic-denied?/path [authorized? authorized?/c])
denied?/c]{
Creates a denied procedure from an authorized procedure.
}
@defproc[(password-file->authorized? [password-file path-string?])
(values (-> void)
authorized?/c)]{
Creates an authorization procedure based on the given password