[commit: ghc] ghc-8.0: users-guide: Fix typo (89d5f45)

git at git.haskell.org git at git.haskell.org
Sun Apr 17 14:45:14 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/89d5f453e2d48d148ffa61c06e41465ea6836f91/ghc

>---------------------------------------------------------------

commit 89d5f453e2d48d148ffa61c06e41465ea6836f91
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Apr 17 13:21:07 2016 +0200

    users-guide: Fix typo
    
    (cherry picked from commit 7a1c07314c0955db822b84108aba0670adb0f9a5)


>---------------------------------------------------------------

89d5f453e2d48d148ffa61c06e41465ea6836f91
 docs/users_guide/glasgow_exts.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 9404600..408f63f 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -5524,7 +5524,7 @@ This means that the usual string syntax can be used, e.g., for
 ``ByteString``, ``Text``, and other variations of string like types.
 String literals behave very much like integer literals, i.e., they can
 be used in both expressions and patterns. If used in a pattern the
-literal with be replaced by an equality test, in the same way as an
+literal will be replaced by an equality test, in the same way as an
 integer literal is.
 
 The class ``IsString`` is defined as: ::



More information about the ghc-commits mailing list