File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import qualified Data.Double.Conversion.Internal.Text as CT (convert)
27
27
import qualified Data.Double.Conversion.Internal.TextBuilder as CTB (convert )
28
28
import qualified Data.Text.Internal.Builder as T (Builder )
29
29
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
31
31
--
32
32
-- Default instanced convert input to Double and then make Bytestring Builder from it.
33
33
--
Original file line number Diff line number Diff line change 12
12
-- Fast, efficient support for converting between double precision
13
13
-- floating point values and bytestring builder.
14
14
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
16
16
-- numbers, than bytestring functions. See benchmark.
17
17
18
18
module Data.Double.Conversion.Internal.ByteStringBuilder
You can’t perform that action at this time.
0 commit comments