We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da50584 commit 98c47e9Copy full SHA for 98c47e9
lib/elixir/lib/string.ex
@@ -888,9 +888,8 @@ defmodule String do
888
889
@doc """
890
Converts a string to a float. If successful, returns a
891
- tuple of the form `{float, remainder of string}`. If unsuccessful,
892
- returns `:error`. If given an integer value, will return
893
- the same value as `to_integer/1`.
+ tuple of the form `{float, remainder of string}`.
+ If unsuccessful, returns `:error`.
894
895
## Examples
896
0 commit comments