Skip to content

Commit 587625e

Browse files
committed
typo
1 parent d3ef0bb commit 587625e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/float.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule Float do
2121
and arithmetic due to the fact most decimal fractions cannot be
2222
represented by a floating-point binary and most operations are not exact,
2323
but operate on approximations. Those issues are not specific
24-
to Elixir,mthey are a property of floating point representation itself.
24+
to Elixir, they are a property of floating point representation itself.
2525
2626
For example, the numbers 0.1 and 0.01 are two of them, what means the result
2727
of squaring 0.1 does not give 0.01 neither the closest representable. Here is

0 commit comments

Comments
 (0)