mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: sbcl-markup-reader: Fix typo in description.
* gnu/packages/lisp-xyz.scm (sbcl-markup-reader)[description]: Fix ‘embeded’ typo.
This commit is contained in:
parent
7a02f68bf3
commit
4b07b91a87
1 changed files with 1 additions and 1 deletions
|
@ -3644,7 +3644,7 @@ (define-public sbcl-markup-reader
|
||||||
"Markup allows the use of HTML syntax with in Common Lisp code.
|
"Markup allows the use of HTML syntax with in Common Lisp code.
|
||||||
This has the advantage of being able to copy HTML snippets and have them
|
This has the advantage of being able to copy HTML snippets and have them
|
||||||
instantly be functional, less double quotes than a s-expression approach,
|
instantly be functional, less double quotes than a s-expression approach,
|
||||||
and designers will be able to understand the embeded HTML.")
|
and designers will be able to understand the embedded HTML.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
(define-public ecl-markup-reader
|
(define-public ecl-markup-reader
|
||||||
|
|
Loading…
Reference in a new issue