Skip to content

Commit

Permalink
Merge pull request #94 from juanbono/change_item_typespec
Browse files Browse the repository at this point in the history
Change Crawly.ParsedItem.t() typespec
  • Loading branch information
oltarasenko committed Apr 30, 2020
2 parents 670a387 + c52b4fb commit 7bf04b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/crawly/parsed_item.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Crawly.ParsedItem do

defstruct items: [], requests: []

@type item() :: %{}
@type item() :: map()
@type t :: %__MODULE__{
items: [item()],
requests: [Crawly.Request.t()]
Expand Down

0 comments on commit 7bf04b0

Please sign in to comment.