diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-27 17:14:18 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-30 07:09:56 +0200 |
commit | 4b07b91a87e35b9f90069e3ddb317f77a21b8d75 (patch) | |
tree | 9573577efcd47a8610a5e1c03304b05dccf0419e /gnu/packages/lisp-xyz.scm | |
parent | 7a02f68bf33b0f213e6d47f34be82429d6cd2850 (diff) |
gnu: sbcl-markup-reader: Fix typo in description.
* gnu/packages/lisp-xyz.scm (sbcl-markup-reader)[description]:
Fix ‘embeded’ typo.
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 76fbf9870a..b486866770 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -3644,7 +3644,7 @@ Lisp, featuring: "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 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)))) (define-public ecl-markup-reader |