Skip to content

Commit d92a450

Browse files
amatalaiJosé Valim
authored andcommitted
fixed typo in float moduledoc (#7915)
[ci skip] Signed-off-by: José Valim <[email protected]>
1 parent afb4667 commit d92a450

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
@@ -33,7 +33,7 @@ defmodule Float do
3333
There are also other known problems like flooring or rounding numbers. See
3434
`round/2` and `floor/2` for more details about them.
3535
36-
To learn more about floting-point arithmetic visit:
36+
To learn more about floating-point arithmetic visit:
3737
3838
* [0.30000000000000004.com](http://0.30000000000000004.com/)
3939
* [What Every Programmer Should Know About Floating-Point Arithmetic](http://floating-point-gui.de/)

0 commit comments

Comments
 (0)