[commit: ghc] master: Fix invalid users guide synax. (789acb2)
git at git.haskell.org
git at git.haskell.org
Sun Aug 11 07:06:19 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/789acb2643bcc730e689f23d7f937e0e3cc12632/ghc
>---------------------------------------------------------------
commit 789acb2643bcc730e689f23d7f937e0e3cc12632
Author: Austin Seipp <aseipp at pobox.com>
Date: Sun Aug 11 00:05:38 2013 -0500
Fix invalid users guide synax.
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
789acb2643bcc730e689f23d7f937e0e3cc12632
docs/users_guide/7.8.1-notes.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 99f3751..ef0112e 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -551,9 +551,9 @@
</listitem>
<listitem>
<para>
- The functions <literal>getGroupEntryForID<literal>
+ The functions <literal>getGroupEntryForID</literal>
and <literal>getUserEntryForID</literal> now fail
- with a <literal>isDoesNotExist<literal> error when
+ with a <literal>isDoesNotExist</literal> error when
the specified ID cannot be found.
</para>
</listitem>
More information about the ghc-commits
mailing list