[commit: ghc] ghc-8.0: user-guide/safe_haskell: Fix typos (a8ab34a)
git at git.haskell.org
git at git.haskell.org
Sat Jan 9 16:51:01 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/a8ab34a1f131af57c3b8619fdde760491e9cf329/ghc
>---------------------------------------------------------------
commit a8ab34a1f131af57c3b8619fdde760491e9cf329
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Jan 9 14:35:00 2016 +0100
user-guide/safe_haskell: Fix typos
(cherry picked from commit 0dc230879ae2f8b7f6d97779631ba0847e415f24)
>---------------------------------------------------------------
a8ab34a1f131af57c3b8619fdde760491e9cf329
docs/users_guide/safe_haskell.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/users_guide/safe_haskell.rst b/docs/users_guide/safe_haskell.rst
index efa6188..9fab563 100644
--- a/docs/users_guide/safe_haskell.rst
+++ b/docs/users_guide/safe_haskell.rst
@@ -661,10 +661,10 @@ In summary, Safe Haskell consists of the following three language flags:
<safe-overlapping-instances>`. It also allows the use of the safe import
keyword.
- - *Module Truste* — Yes.
- - *Module Truste* (:ghc-flag:`-fpackage-trust` enabled) — Yes but only if the package
- the module resides in is also trusted.
- - *Haskell Languag* — Unrestricted, except only safe overlapping instances
+ - *Module Trusted* — Yes.
+ - *Module Trusted* (:ghc-flag:`-fpackage-trust` enabled) — Yes but only if the package
+ the module resides in is also trusted.
+ - *Haskell Language* — Unrestricted, except only safe overlapping instances
allowed.
- *Imported Modules* — Under control of module author which ones must be
trusted.
More information about the ghc-commits
mailing list