fixed comment

svn: r6292
This commit is contained in:
Robby Findler 2007-05-25 13:22:29 +00:00
parent 92b0316734
commit 2f97ee61a8

View File

@ -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)