Skip to content

Commit

Permalink
Fix type reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Oct 9, 2023
1 parent a7de309 commit 56c41aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions lib/cldr/interval.ex
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ defmodule Cldr.Interval do
for each of the date and time part is used.
* `locale` is any valid locale name returned by `Cldr.known_locale_names/0`
or a `t:Cldr.LanguageTag/0` struct. The default is `Cldr.get_locale/0`.
or a `t:Cldr.LanguageTag.t/0` struct. The default is `Cldr.get_locale/0`.
* `number_system:` a number system into which the formatted date digits should
be transliterated.
Expand Down Expand Up @@ -480,7 +480,7 @@ defmodule Cldr.Interval do
for each of the date and time part is used.
* `locale` is any valid locale name returned by `Cldr.known_locale_names/0`
or a `t:Cldr.LanguageTag/0` struct. The default is `Cldr.get_locale/0`.
or a `t:Cldr.LanguageTag.t/0` struct. The default is `Cldr.get_locale/0`.
* `number_system:` a number system into which the formatted date digits should
be transliterated.
Expand Down Expand Up @@ -633,7 +633,7 @@ defmodule Cldr.Interval do
for each of the date and time part is used.
* `locale` is any valid locale name returned by `Cldr.known_locale_names/0`
or a `t:Cldr.LanguageTag/0` struct. The default is `Cldr.get_locale/0`.
or a `t:Cldr.LanguageTag.t/0` struct. The default is `Cldr.get_locale/0`.
* `number_system:` a number system into which the formatted date digits should
be transliterated.
Expand Down Expand Up @@ -753,7 +753,7 @@ defmodule Cldr.Interval do
for each of the date and time part is used.
* `locale` is any valid locale name returned by `Cldr.known_locale_names/0`
or a `t:Cldr.LanguageTag/0` struct. The default is `Cldr.get_locale/0`.
or a `t:Cldr.LanguageTag.t/0` struct. The default is `Cldr.get_locale/0`.
* `number_system:` a number system into which the formatted date digits should
be transliterated.
Expand Down
8 changes: 4 additions & 4 deletions lib/cldr/interval/date.ex
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ defmodule Cldr.Date.Interval do
and `:year_and_month`. The default is `:date`.
* `:locale` is any valid locale name returned by `Cldr.known_locale_names/0`
or a `t:Cldr.LanguageTag/0` struct. The default is `Cldr.get_locale/0`
or a `t:Cldr.LanguageTag.t/0` struct. The default is `Cldr.get_locale/0`
* `:number_system` a number system into which the formatted date digits should
be transliterated
Expand Down Expand Up @@ -275,7 +275,7 @@ defmodule Cldr.Date.Interval do
and `:year_and_month`. The default is `:date`.
* `locale` is any valid locale name returned by `Cldr.known_locale_names/0`
or a `t:Cldr.LanguageTag/0` struct. The default is `Cldr.get_locale/0`.
or a `t:Cldr.LanguageTag.t/0` struct. The default is `Cldr.get_locale/0`.
* `number_system:` a number system into which the formatted date digits should
be transliterated.
Expand Down Expand Up @@ -481,7 +481,7 @@ defmodule Cldr.Date.Interval do
and `:year_and_month`. The default is `:date`.
* `locale` is any valid locale name returned by `Cldr.known_locale_names/0`
or a `t:Cldr.LanguageTag/0` struct. The default is `Cldr.get_locale/0`.
or a `t:Cldr.LanguageTag.t/0` struct. The default is `Cldr.get_locale/0`.
* `number_system:` a number system into which the formatted date digits should
be transliterated.
Expand Down Expand Up @@ -587,7 +587,7 @@ defmodule Cldr.Date.Interval do
and `:year_and_month`. The default is `:date`.
* `locale` is any valid locale name returned by `Cldr.known_locale_names/0`
or a `t:Cldr.LanguageTag/0` struct. The default is `Cldr.get_locale/0`.
or a `t:Cldr.LanguageTag.t/0` struct. The default is `Cldr.get_locale/0`.
* `number_system:` a number system into which the formatted date digits should
be transliterated.
Expand Down

0 comments on commit 56c41aa

Please sign in to comment.