Closed eriknaslund closed 1 year ago
I simply noticed a small incorrectness in the docs for Cldr.DateTime.Relative.to_string!. The @doc says it returns an {:ok, string}, but it really just returns a string, so I corrected that.
Cldr.DateTime.Relative.to_string!
@doc
{:ok, string}
Greatfully accepted @eKIK, much appreciated. I'll publish a docs update right away.
🥳🥳🥳🥳🥳
That's awesome! Thanks a bunch @kipcole9
I simply noticed a small incorrectness in the docs for
Cldr.DateTime.Relative.to_string!
. The@doc
says it returns an{:ok, string}
, but it really just returns a string, so I corrected that.