Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bad spec for zone_alias_list #113

Merged
merged 1 commit into from Dec 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/tzdata.ex
Expand Up @@ -44,7 +44,7 @@ defmodule Tzdata do
A list of aliases for zone names. For instance Europe/Jersey
is an alias for Europe/London. Aliases are also known as linked zones.
"""
@spec canonical_zone_list() :: [Calendar.time_zone]
@spec zone_alias_list() :: [Calendar.time_zone]
def zone_alias_list, do: Tzdata.ReleaseReader.link_list

@doc """
Expand Down