mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: guile-raw-strings: Fix trailing whitespace in description.
* gnu/packages/guile-xyz.scm (guile-raw-strings)[description]: Fix trailing whitespace.
This commit is contained in:
parent
820b073a7d
commit
e28159f0a0
1 changed files with 1 additions and 1 deletions
|
@ -2125,7 +2125,7 @@ (define-public guile-raw-strings
|
|||
(synopsis "Guile reader extension for `raw strings'")
|
||||
(description "This package provides A Guile reader extension for `raw
|
||||
strings', it lets you write verbatim strings without having to escape double
|
||||
quotes. ")
|
||||
quotes.")
|
||||
(license license:public-domain))))
|
||||
|
||||
(define-public guile-reader
|
||||
|
|
Loading…
Reference in a new issue