Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
bos committed Jun 5, 2011
1 parent a2493d7 commit c08b23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/Text/Format.hs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ right k c =
fromLazyText . LT.justifyLeft (fromIntegral k) c . toLazyText . B.build

-- ^ Render a floating point number, with the given number of decimal
-- places. Use decimal notation for values between @0.1@ and
-- places. Uses decimal notation for values between @0.1@ and
-- @9,999,999@, and scientific notation otherwise.
generic :: (B.Buildable a, RealFloat a) =>
Int
Expand Down

0 comments on commit c08b23f

Please sign in to comment.