Skip to content

Commit 3f93d16

Browse files
committedJul 12, 2016
actually document the numbers module
1 parent 1108857 commit 3f93d16

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
 

‎lib/cldrex/numbers.ex

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
defmodule CLDRex.Numbers do
2-
@moduledoc false
3-
# @moduledoc """
4-
# Provide number localization including conversion to currency, percentage, and
5-
# decimal values.
6-
# """
2+
@moduledoc """
3+
Provide number localization including conversion to currency, percentage, and
4+
decimal values.
5+
"""
76
import CLDRex.Utils
87

98
alias CLDRex.Main

0 commit comments

Comments
 (0)