diff --git a/lib/cldr/interval.ex b/lib/cldr/interval.ex index 992ffad..0a68c30 100644 --- a/lib/cldr/interval.ex +++ b/lib/cldr/interval.ex @@ -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. @@ -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. @@ -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. @@ -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. diff --git a/lib/cldr/interval/date.ex b/lib/cldr/interval/date.ex index e4a69f0..e274e63 100644 --- a/lib/cldr/interval/date.ex +++ b/lib/cldr/interval/date.ex @@ -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 @@ -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. @@ -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. @@ -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.