gnu: racket: Remove article from the beginning of the synopsis.

* gnu/packages/racket.scm (racket)[synopsis]: Remove article from the
beginning.
This commit is contained in:
Arun Isaac 2021-11-25 00:05:29 +05:30
parent 6de284e832
commit c47a45ca7e
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -529,7 +529,7 @@ (define dest (string-append pkgs-dir "/" pkg))
(delete 'install))
;; we still don't have these:
#:tests? #f))
(synopsis "A programmable programming language in the Scheme family")
(synopsis "Programmable programming language in the Scheme family")
(description
"Racket is a general-purpose programming language in the Scheme family,
with a large set of libraries and a compiler based on Chez Scheme. Racket is