fixed comment
svn: r6292
This commit is contained in:
parent
92b0316734
commit
2f97ee61a8
|
@ -160,7 +160,7 @@ improve method arity mismatch contract violation error messages?
|
|||
|
||||
|
||||
;; (provide/contract p/c-ele ...)
|
||||
;; p/c-ele = (id expr) | (rename id id expr) | (struct (id expr) ...)
|
||||
;; p/c-ele = (id expr) | (rename id id expr) | (struct id (id expr) ...)
|
||||
;; provides each `id' with the contract `expr'.
|
||||
(define-syntax (provide/contract provide-stx)
|
||||
(syntax-case provide-stx (struct)
|
||||
|
|
Loading…
Reference in New Issue
Block a user