diff options
author | Austin Seipp <aseipp@pobox.com> | 2013-08-11 00:05:38 -0500 |
---|---|---|
committer | Austin Seipp <aseipp@pobox.com> | 2013-08-11 00:05:38 -0500 |
commit | 789acb2643bcc730e689f23d7f937e0e3cc12632 (patch) | |
tree | e3592dbeada32149015496fd05af953ad2e5c291 | |
parent | e2b72cadce3ae799a74981f9957b40bb201f1ba1 (diff) | |
download | haskell-789acb2643bcc730e689f23d7f937e0e3cc12632.tar.gz |
Fix invalid users guide synax.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
-rw-r--r-- | docs/users_guide/7.8.1-notes.xml | 4 |
1 files 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 99f3751c84..ef0112e012 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> |