summaryrefslogtreecommitdiff
path: root/website/posts
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-10-10 18:07:55 +0200
committerLudovic Courtès <ludo@gnu.org>2018-10-10 18:07:55 +0200
commitda926fc0bf8cf012374de01b1e14cc707fba3d64 (patch)
tree6993c0266d274ccc06ec7985754e33075c9ba08c /website/posts
parentwebsite: packaging-tutorial: Fix reference to Andreas' talk. (diff)
downloadguix-artwork-da926fc0bf8cf012374de01b1e14cc707fba3d64.tar.gz
website: packaging-tutorial: Fix typo.
Reported by David Thompson. * website/posts/packaging-tutorial.md: Fix typo.
Diffstat (limited to 'website/posts')
-rw-r--r--website/posts/packaging-tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/posts/packaging-tutorial.md b/website/posts/packaging-tutorial.md
index 41a24ff..8b9a2d4 100644
--- a/website/posts/packaging-tutorial.md
+++ b/website/posts/packaging-tutorial.md
@@ -281,7 +281,7 @@ the REPL.
(2 a 5 7)
- The *quasiquote* disables evaluation of a parenthesized expression until a
- colon re-enables it. Thus it provides us with fine-grained control over what
+ comma re-enables it. Thus it provides us with fine-grained control over what
is evaluated and what is not.
> `(2 a 5 7 (2 ,a 5 ,(+ a 4)))