diff options
author | Gabor Greif <ggreif@gmail.com> | 2013-09-18 10:31:29 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2013-09-18 10:32:16 +0200 |
commit | b626989d737521617e90327bcc2814a9c2ba8231 (patch) | |
tree | 95e5fcdba7f19acb52e150710587c7a399bdf0a7 | |
parent | bd42c9dfd1c9ce19672e1d63871a237c268e0212 (diff) | |
download | haskell-b626989d737521617e90327bcc2814a9c2ba8231.tar.gz |
Tweaks to release notes
If someone also feels that credits should better go into the
release announcement, just nuke the last line of that paragraph.
-rw-r--r-- | docs/users_guide/7.8.1-notes.xml | 10 |
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> |