data/gvector: fixed typo in constructor
Merge to 5.0.2
(cherry picked from commit 24297a793f
)
This commit is contained in:
parent
6f2f04b979
commit
da7e1bae0c
|
@ -7,7 +7,7 @@
|
|||
racket/vector)
|
||||
|
||||
(define (make-gvector #:capacity [capacity 10])
|
||||
(make-gvector (make-vector capacity #f) 0))
|
||||
(gvector (make-vector capacity #f) 0))
|
||||
|
||||
(define gvector*
|
||||
(let ([gvector
|
||||
|
|
Loading…
Reference in New Issue
Block a user