gnu: racket-vm-cs: Fix typo in description.
* gnu/packages/racket.scm (racket-vm-cs)[description]: Fix ‘implemetation’ typo.master
parent
69437fa88a
commit
a504a446f0
|
@ -407,7 +407,7 @@ collector, 3M (``Moving Memory Manager'').")
|
||||||
(synopsis "Racket CS implementation")
|
(synopsis "Racket CS implementation")
|
||||||
(description "The Racket CS implementation, which uses ``Chez Scheme'' as
|
(description "The Racket CS implementation, which uses ``Chez Scheme'' as
|
||||||
its core compiler and runtime system, has been the default Racket VM
|
its core compiler and runtime system, has been the default Racket VM
|
||||||
implemetation since Racket 8.0. It performs better than the Racket BC
|
implementation since Racket 8.0. It performs better than the Racket BC
|
||||||
implementation for most programs.
|
implementation for most programs.
|
||||||
|
|
||||||
Using the Racket VM packages directly is not recommended: instead, install the
|
Using the Racket VM packages directly is not recommended: instead, install the
|
||||||
|
|
Reference in New Issue