elixir-cldr / cldr_dates_times

Date & times formatting functions for the Common Locale Data Repository (CLDR) package https://github.com/elixir-cldr/cldr
Other
68 stars 13 forks source link

Fix doc for Cldr.DateTime.Relative.to_string! #38

Closed eriknaslund closed 1 year ago

eriknaslund commented 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.

kipcole9 commented 1 year ago

Greatfully accepted @eKIK, much appreciated. I'll publish a docs update right away.

🥳🥳🥳🥳🥳

eriknaslund commented 1 year ago

That's awesome! Thanks a bunch @kipcole9