Skip to content

Commit

Permalink
Update series.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarthee committed Jan 30, 2024
1 parent 53c39d8 commit 3a83583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/explorer/backend/series.ex
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ defmodule Explorer.Backend.Series do

# Struct
@callback field(s, String.t()) :: s
@callback json_decode(s, dtype() | nil, non_neg_integer() | nil) :: s
@callback json_decode(s, option(dtype()), option(non_neg_integer())) :: s

# Functions

Expand Down

0 comments on commit 3a83583

Please sign in to comment.