Skip to content

Commit 2a19d76

Browse files
author
Eric Lindblad
committed
typos
1 parent 9f7556c commit 2a19d76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Data/Double/Conversion/Convertable.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import qualified Data.Double.Conversion.Internal.Text as CT (convert)
2727
import qualified Data.Double.Conversion.Internal.TextBuilder as CTB (convert)
2828
import qualified Data.Text.Internal.Builder as T (Builder)
2929

30-
-- | Type class for floating data types, that cen be converted, using double-conversion library
30+
-- | Type class for floating data types, that can be converted, using double-conversion library
3131
--
3232
-- Default instanced convert input to Double and then make Bytestring Builder from it.
3333
--

Data/Double/Conversion/Internal/ByteStringBuilder.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-- Fast, efficient support for converting between double precision
1313
-- floating point values and bytestring builder.
1414

15-
-- This functions are much slower on the single value, but also it is much faster in conversting big set of
15+
-- This functions are much slower on the single value, but also it is much faster in converting big set of
1616
-- numbers, than bytestring functions. See benchmark.
1717

1818
module Data.Double.Conversion.Internal.ByteStringBuilder

0 commit comments

Comments
 (0)