Skip to content

Commit

Permalink
Fix typo in unique! docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr authored Jun 26, 2023
1 parent c82fb62 commit 9753655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abstractdataframe/unique.jl
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ end
unique!(df::AbstractDataFrame; keep::Symbol=:first)
unique!(df::AbstractDataFrame, cols; keep::Symbol=:first)
Update `df` in-place to containi only unique rows.
Update `df` in-place to contain only unique rows.
Non-unique (duplicate) rows are those for which at least another row contains
equal values (according to `isequal`) for all columns in `cols` (by default,
Expand Down

0 comments on commit 9753655

Please sign in to comment.