From a7462cb6951c8e4c970ddb97a6238d1004b24ce4 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Wed, 2 May 2007 01:19:56 +0000 Subject: [PATCH 1/1] Fix grammar error in docs (as per Trac 1319) --- docs/users_guide/using.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index 502c856..88c2c9e 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -1034,7 +1034,7 @@ f foo = foo { x = 6 } in the inadvertent cyclic definition let x = ... x ... in. - Consequently, this option does + Consequently, this option will complain about cyclic recursive definitions. -- 1.7.10.4