diff --git a/marvel.go b/marvel.go index 789af38..12381ff 100644 --- a/marvel.go +++ b/marvel.go @@ -118,7 +118,7 @@ func (d Date) Parse() time.Time { return t } -func (c Client Series(id int) Series { +func (c Client) Series(id int) Series { return Series{id, c} }