summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/users_guide/7.8.1-notes.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 57926ada09..ad3bb87858 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -566,14 +566,14 @@
<literal>Numeric.showGFloatAlt</literal>) and
<literal>GHC.Float</literal> (added
<literal>formatRealFloatAlt</literal>) to support it.
- Rewritten version is extensible to user types, adds a
+ The rewritten version is extensible to user types, adds a
"generic" format specifier "<literal>%v</literal>",
extends the <literal>printf</literal> spec
- to support much of C <literal>printf(3)</literal>
- functionality, and fixes the spurious GHC warnings about
+ to support much of C's <literal>printf(3)</literal>
+ functionality, and fixes the spurious warnings about
using <literal>Text.Printf.printf</literal> at
- <literal>(IO a)</literal> and ignoring the return value.
- This changes was contributed by Bart Massey.
+ <literal>(IO a)</literal> while ignoring the return value.
+ These changes were contributed by Bart Massey.
</para>
</listitem>
</itemizedlist>