contract typo

svn: r9044
This commit is contained in:
Eli Barzilay 2008-03-21 18:01:21 +00:00
parent d88c6c476a
commit 710f8c72d3

View File

@ -695,10 +695,10 @@ that defines macro with @scheme[define-syntax].
@defproc[(unit-static-signatures [unit-identifier identifier?]
[err-syntax syntax?])
(values (list-of (cons/c (or/c symbol? false/c)
identifier?))
(list-of (cons/c (or/c symbol? false/c)
identifier?)))]{
(values (list/c (cons/c (or/c symbol? false/c)
identifier?))
(list/c (cons/c (or/c symbol? false/c)
identifier?)))]{
If @scheme[unit-identifier] is bound to static unit information via
@scheme[define-unit] (or other such forms), the result is two