fix small doc omission

This commit is contained in:
Matthew Flatt 2014-11-03 07:45:05 -07:00
parent 2221fa279c
commit 0c5479a1a6

View File

@ -29,7 +29,7 @@ produced by @racket[remote], @racket[#f] otherwise.}
[#:remote-tunnels remote-tunnels (listof (cons/c (integer-in 1 65535)
(integer-in 1 65535)))
null]
[#:key key (or/c #f path-string?)]
[#:key key (or/c #f path-string?) #f]
[#:timeout timeout-secs real? 600])
remote?]{