From ca106a106f79d3d12befa3844b25a8f0d0733b04 Mon Sep 17 00:00:00 2001 From: David Terei Date: Wed, 6 Feb 2013 00:01:12 -0800 Subject: Fix spelling mistake in user guide (#7657). --- docs/users_guide/safe_haskell.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/users_guide/safe_haskell.xml b/docs/users_guide/safe_haskell.xml index 8b777bbed2..13c4a46309 100644 --- a/docs/users_guide/safe_haskell.xml +++ b/docs/users_guide/safe_haskell.xml @@ -76,7 +76,7 @@ being the unsafePerformIO :: IO a -> a function. The safe language dialect of Safe Haskell disallows the use of such functions. This can be useful for a variety of purposes as it makes - Haskell code easier to analyze and reason about. It also codifies an + Haskell code easier to analyse 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 flag) can be thought of as @@ -189,7 +189,7 @@ The use of the flag to compile the Danger module restricts the features of Haskell that can be used to a safe subset. This includes - disallowing unsafePerfromIO, Template Haskell, pure + disallowing unsafePerformIO, Template Haskell, pure FFI functions, Generalized Newtype Deriving, RULES and restricting the operation of Overlapping Instances. The flag also restricts the modules can be imported by Danger to only those that are -- cgit v1.2.1