[commit: ghc] master: Typo in feature description (abd2ada)
git at git.haskell.org
git at git.haskell.org
Tue Dec 16 09:10:49 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/abd2adaaf20f9361a5331b0beca78a0323656aec/ghc
>---------------------------------------------------------------
commit abd2adaaf20f9361a5331b0beca78a0323656aec
Author: Gabor Greif <ggreif at gmail.com>
Date: Tue Dec 16 10:08:19 2014 +0100
Typo in feature description
>---------------------------------------------------------------
abd2adaaf20f9361a5331b0beca78a0323656aec
docs/users_guide/7.10.1-notes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/7.10.1-notes.xml b/docs/users_guide/7.10.1-notes.xml
index dc8d9d6..f87b0cc 100644
--- a/docs/users_guide/7.10.1-notes.xml
+++ b/docs/users_guide/7.10.1-notes.xml
@@ -34,7 +34,7 @@
There is a new extension,
<link linkend="static-pointers">StaticPointers</link>,
which allows you to create pointers to expressions which
- remain valid accross processes. This is useful for
+ remain valid across processes. This is useful for
referencing higher-order values in distributed
systems. The pointers are created with a new keyword
<literal>static</literal> as in
More information about the ghc-commits
mailing list