summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2015-06-26 11:36:02 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2015-06-26 16:28:26 +0100
commitcaf9d427d423a8ff63fd4c5a1332d058004751ff (patch)
tree1c2f8cee91350c5e298dfdfaabf429a92744417b /docs
parentcbd9278c45929f8e680e5c711a4502e9ee345e56 (diff)
downloadhaskell-caf9d427d423a8ff63fd4c5a1332d058004751ff.tar.gz
Small doc fixes
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/safe_haskell.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/users_guide/safe_haskell.xml b/docs/users_guide/safe_haskell.xml
index 1cb98ad9c9..814f5c9f20 100644
--- a/docs/users_guide/safe_haskell.xml
+++ b/docs/users_guide/safe_haskell.xml
@@ -555,7 +555,7 @@
<itemizedlist>
<listitem>The module was compiled with
<option>-XTrustworthy</option></listitem>
- <listitem>All of M's direct <emph>safe imports</emph>are trusted by
+ <listitem>All of M's direct <emphasis>safe imports</emphasis>are trusted by
C</listitem>
</itemizedlist>
</listitem>
@@ -688,14 +688,14 @@
imports!
</listitem>
- <liteitem>
+ <listitem>
Buggle only imports Prelude, which is compiled with
<option>-XTrustworthy</option>. Prelude resides in the base package,
which C trusts, and (we'll assume) all of Prelude's imports are
trusted. So C trusts Prelude, and so C also trusts Buggle. (While
Prelude is typically imported implicitly, it still obeys the same
rules outlined here).
- </liteitem>
+ </listitem>
</itemizedlist>
</para>