Skip to content

Commit

Permalink
Fix typo and clarify sentence for macro note (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-alhusaini authored Feb 14, 2023
1 parent b4819ff commit a19d6aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/explorer/data_frame.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1873,7 +1873,7 @@ defmodule Explorer.DataFrame do
> #### Notice {: .notice}
>
> This is macro, therefore you must `require Explorer.DataFrame` before using it.
> This is a macro. You must `require Explorer.DataFrame` before using it.
Besides element-wise series operations, you can also use window functions
and aggregations inside comparisons. In such cases, grouped dataframes
Expand Down Expand Up @@ -2027,7 +2027,7 @@ defmodule Explorer.DataFrame do
> #### Notice {: .notice}
>
> This is macro, therefore you must `require Explorer.DataFrame` before using it.
> This is a macro. You must `require Explorer.DataFrame` before using it.
Besides element-wise series operations, you can also use window functions
and aggregations inside mutations. In such cases, grouped dataframes
Expand Down Expand Up @@ -2455,7 +2455,7 @@ defmodule Explorer.DataFrame do
> #### Notice {: .notice}
>
> This is macro, therefore you must `require Explorer.DataFrame` before using it.
> This is a macro. You must `require Explorer.DataFrame` before using it.
See `arrange_with/2` for a callback version of this function without
`Explorer.Query`.
Expand Down Expand Up @@ -4363,7 +4363,7 @@ defmodule Explorer.DataFrame do
> #### Notice {: .notice}
>
> This is macro, therefore you must `require Explorer.DataFrame` before using it.
> This is a macro. You must `require Explorer.DataFrame` before using it.
See `summarise_with/2` for a callback version of this function without
`Explorer.Query`.
Expand Down

0 comments on commit a19d6aa

Please sign in to comment.