[commit: ghc] master: users-guide: Fix typo (7a1c073)

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


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7a1c07314c0955db822b84108aba0670adb0f9a5/ghc

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

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

    users-guide: Fix typo


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

7a1c07314c0955db822b84108aba0670adb0f9a5
 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 0bd48d3..4d238a5 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -5545,7 +5545,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