Skip to content

Commit

Permalink
fixed typo in float moduledoc (#7915)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
amatalai authored and michalmuskala committed Jul 16, 2018
1 parent 894ce4e commit 9bcfdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/float.ex
Expand Up @@ -33,7 +33,7 @@ defmodule Float do
There are also other known problems like flooring or rounding numbers. See
`round/2` and `floor/2` for more details about them.
To learn more about floting-point arithmetic visit:
To learn more about floating-point arithmetic visit:
* [0.30000000000000004.com](http://0.30000000000000004.com/)
* [What Every Programmer Should Know About Floating-Point Arithmetic](http://floating-point-gui.de/)
Expand Down

0 comments on commit 9bcfdcb

Please sign in to comment.