diff options
Diffstat (limited to 'libraries/base/Text/Printf.hs')
-rw-r--r-- | libraries/base/Text/Printf.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Text/Printf.hs b/libraries/base/Text/Printf.hs index 7902d5eedc..0914aa7b5c 100644 --- a/libraries/base/Text/Printf.hs +++ b/libraries/base/Text/Printf.hs @@ -27,7 +27,7 @@ module Text.Printf( -- -- | This 'printf' can be extended to format types -- other than those provided for by default. This --- is done by instancing 'PrintfArg' and providing +-- is done by instantiating 'PrintfArg' and providing -- a 'formatArg' for the type. It is possible to -- provide a 'parseFormat' to process type-specific -- modifiers, but the default instance is usually |