pkg/lib: doc correction

This commit is contained in:
Matthew Flatt 2013-04-19 13:24:34 -06:00
parent 3415280657
commit d9649ebdc5

View File

@ -66,8 +66,9 @@ Returns a list of URL strings for the user's configured @tech{package
name resolvers}.}
@defstruct[pkg-info ([orig-pkg (or/c path-string?
(list/c 'link path-string?))]
@defstruct[pkg-info ([orig-pkg (or/c (list/c 'pnr string?)
(list/c 'url string?)
(list/c 'link string?))]
[checksum (or/c #f string?)]
[auto? boolean?])
#:prefab]{