diff options
author | Simon Hengel <sol@typeful.net> | 2012-02-08 08:38:35 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-02-11 14:35:46 +0000 |
commit | 86ebfef9a5acc60b7a2ce3c8f025e6e707f17f87 (patch) | |
tree | 9a4b4becc060c52c6cfb25f986c03b78439058f6 | |
parent | 0759d08322372cae52677b89d70b6fc9771f9d56 (diff) | |
download | haskell-86ebfef9a5acc60b7a2ce3c8f025e6e707f17f87.tar.gz |
Minor documentation fix
Add a missing 'to' to the documentation of "Safe Haskell".
-rw-r--r-- | docs/users_guide/safe_haskell.xml | 2 |
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 |