Skip to content

Commit

Permalink
Comment back in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Mar 14, 2021
1 parent 6aafa54 commit 4fe4488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zoneinfo/tzif.ex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defmodule Zoneinfo.TZif do
@doc """
Parse TZif data
"""
# @spec parse(binary()) :: {:ok, t()} | {:error, :invalid}
@spec parse(binary()) :: {:ok, t()} | {:error, :invalid}
def parse(data) when is_binary(data) do
token = {%__MODULE__{}, data}

Expand Down

0 comments on commit 4fe4488

Please sign in to comment.