From fb563bbcb7ffdde01a25bdb073a6ece7cc05433c Mon Sep 17 00:00:00 2001 From: Paul Geraghty Date: Tue, 1 Aug 2023 19:07:58 +0200 Subject: [PATCH] Correct typo in Series (#676) --- 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.