fixed gvector typo
This commit is contained in:
parent
de9538d1eb
commit
c50ab191d6
|
@ -137,7 +137,7 @@
|
|||
[[(var ...) (in-gv gv-expr)]
|
||||
(with-syntax ([gv-expr-c (wrap-expr/c #'gvector? #'gv-expr #:macro #'in-gv)])
|
||||
(syntax/loc stx
|
||||
[(var ...) (in-vector gv-expr-c)]))]
|
||||
[(var ...) (in-gvector gv-expr-c)]))]
|
||||
[_ #f])))
|
||||
|
||||
(define-syntax (for/gvector stx)
|
||||
|
|
Loading…
Reference in New Issue
Block a user