Fix accidental dep on net-cookies package.

This commit is contained in:
Jordan Johnson 2015-04-09 10:39:07 -07:00
parent c239ef7327
commit 83df895eb8

View File

@ -190,8 +190,9 @@ won't have a cookie set then first arrive at your site.
@margin-note{@racket[cookie@] and @racket[cookie^] are deprecated.
They exist for backward-compatibility and will likely be removed in
the future. New code should use the @racketmodname[net/cookies/server]
or @racketmodname[net/cookies/user-agent] module.}
the future. New code should use
@hyperlink["http://pkgs.racket-lang.org/#[net-cookies]"]{the
net-cookies package}.}
@defmodule[net/cookie-unit]