[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: website: the-big-change: Fix typos.
From: |
Ludovic Courtčs |
Subject: |
branch master updated: website: the-big-change: Fix typos. |
Date: |
Wed, 15 Dec 2021 16:27:40 -0500 |
This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch master
in repository guix-artwork.
The following commit(s) were added to refs/heads/master by this push:
new 7f30205 website: the-big-change: Fix typos.
7f30205 is described below
commit 7f30205584f06eaff2eb7c0f987ae6586f507e5f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Dec 15 22:27:17 2021 +0100
website: the-big-change: Fix typos.
* website/posts/the-big-change.md: Fix typos.
---
website/posts/the-big-change.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/posts/the-big-change.md b/website/posts/the-big-change.md
index e72d9c8..d7b92ec 100644
--- a/website/posts/the-big-change.md
+++ b/website/posts/the-big-change.md
@@ -89,9 +89,9 @@
lists](https://www.gnu.org/software/guile/manual/html_node/Expression-Syntax.htm
Lispers couldn’t live without quasiquote, it’s wonderful. Still,
exposing newcomers to this syntax has always been uncomfortable; in
tutorials you’d end up saying “yeah don’t worry, just write it this
-way”. Our goal though is to empower users by giving up abstractions
+way”. Our goal though is to empower users by giving them abstractions
they can comprehend, hopefully providing a smooth path towards
-programming [without
+[programming without
noticing](https://www.gnu.org/software/guile/manual/html_node/The-Emacs-Thesis.html).
This seemingly opaque backquote-string-unquote construct works against
that goal.