[commit: ghc] master: user-guide/safe_haskell: Fix typos (0dc2308)
git at git.haskell.org
git at git.haskell.org
Sat Jan 9 17:15:14 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0dc230879ae2f8b7f6d97779631ba0847e415f24/ghc
>---------------------------------------------------------------
commit 0dc230879ae2f8b7f6d97779631ba0847e415f24
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Jan 9 14:35:00 2016 +0100
user-guide/safe_haskell: Fix typos
>---------------------------------------------------------------
0dc230879ae2f8b7f6d97779631ba0847e415f24
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