summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-04-07 23:22:10 +0200
committerRicardo Wurmus <rekado@elephly.net>2017-04-07 23:22:10 +0200
commit30bd001cee3b4e65e6240e460087a596c79547c3 (patch)
tree52454c15d6fd5bb5c825b31107104faefd721ca1
parent027712832a19be88acf02da377ca1e5a9ff68080 (diff)
posts: Fix typos.
-rw-r--r--posts/2017-03-24-r-with-guix.skr4
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/2017-03-24-r-with-guix.skr b/posts/2017-03-24-r-with-guix.skr
index 79b9d0f..d5893bb 100644
--- a/posts/2017-03-24-r-with-guix.skr
+++ b/posts/2017-03-24-r-with-guix.skr
@@ -35,7 +35,7 @@ from Guix on a distribution of the GNU system other than GuixSD.
Packages that are installed through ,(code "install.packages") are
built on demand. Some of these packages provide bindings to other
libraries, which may be available at the system level. When these
-bindings are built R uses the compiler toolchain and the libraries the
+bindings are built, R uses the compiler toolchain and the libraries the
system provides. All software in Guix, on the other hand, is
completely independent from any libraries the host system provides,
because that's a direct consequence of implementing functional package
@@ -157,7 +157,7 @@ back.])
need into a separate Guix profile. R runs inside of that
environment.])])
- (h2 [Lean more!])
+ (h2 [Learn more!])
(p [If you want to learn more about GNU Guix I recommend taking a
look at the excellent ,(ref "https://www.gnu.org/software/guix/"