From 40fe51e1bb823c5e012a81992f862787d9fe0fae Mon Sep 17 00:00:00 2001 From: Paul Geraghty Date: Tue, 1 Aug 2023 17:58:44 +0100 Subject: [PATCH] Correct typo in Series --- lib/explorer/series.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/explorer/series.ex b/lib/explorer/series.ex index 4872648fb..6d95f9813 100644 --- a/lib/explorer/series.ex +++ b/lib/explorer/series.ex @@ -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. @@ -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.