Skip to content

Commit

Permalink
Correct typo in Series (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgeraghty authored Aug 1, 2023
1 parent 23410a9 commit fb563bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/explorer/series.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3549,7 +3549,7 @@ defmodule Explorer.Series do
## Options
* `:direction` - `:asc` or `:desc`, meaning "ascending" or "descending", respectively.
By default it sorts in acending order.
By default it sorts in ascending order.
* `:nils` - `:first` or `:last`. By default it is `:last` if direction is `:asc`, and
`:first` otherwise.
Expand Down Expand Up @@ -3586,7 +3586,7 @@ defmodule Explorer.Series do
## Options
* `:direction` - `:asc` or `:desc`, meaning "ascending" or "descending", respectively.
By default it sorts in acending order.
By default it sorts in ascending order.
* `:nils` - `:first` or `:last`. By default it is `:last` if direction is `:asc`, and
`:first` otherwise.
Expand Down

0 comments on commit fb563bb

Please sign in to comment.