summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-08-04 12:07:30 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-08-05 09:21:49 +0100
commit7d0f54213d8d159bfac3fb106930f93539f7b19a (patch)
tree8d55a5864d2002a4ac4a687b856c7f29bf5bc323 /docs
parent043d70f080c214a4c80c0654a15e3016250ba1fa (diff)
downloadhaskell-7d0f54213d8d159bfac3fb106930f93539f7b19a.tar.gz
typo
Diffstat (limited to 'docs')
-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 abca32a71f..5c9bc67365 100644
--- a/docs/users_guide/safe_haskell.xml
+++ b/docs/users_guide/safe_haskell.xml
@@ -51,7 +51,7 @@
Haskell code easier to analyze and reason about. It also codifies an
existing culture in the Haskell community of trying to avoid using such
unsafe functions unless absolutely necessary. As such using the safe
- language (through the <option>-XSafe</option> flag) can be though of as a
+ language (through the <option>-XSafe</option> flag) can be thought of as a
way of enforcing good style, similar to the function of
<option>-Wall</option>.
</sect3>