From 47e4a891ace3224fcfd652c1f77cd5e060f39fae Mon Sep 17 00:00:00 2001 From: Simon Marlow <marlowsd@gmail.com> Date: Thu, 4 Aug 2011 12:07:30 +0100 Subject: [PATCH] typo --- docs/users_guide/safe_haskell.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/safe_haskell.xml b/docs/users_guide/safe_haskell.xml index abca32a71f5b..5c9bc6736532 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> -- GitLab