summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/users_guide/safe_haskell.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/safe_haskell.xml b/docs/users_guide/safe_haskell.xml
index a8352aea6f..dc07b89bb8 100644
--- a/docs/users_guide/safe_haskell.xml
+++ b/docs/users_guide/safe_haskell.xml
@@ -156,7 +156,7 @@
<listitem>The design also relies on the Danger module not being able
to access the <literal>UnsafeRIO</literal> constructor.
Unfortunately Template Haskell can be used to subvert module
- boundaries and so could be used gain access to this constructor.
+ boundaries and so could be used to gain access to this constructor.
</listitem>
<listitem>There is no way to place restrictions on the modules that
the untrusted Danger module can import. This gives the author of