Skip to content

Commit

Permalink
Fix docs error with @slice_sample
Browse files Browse the repository at this point in the history
  • Loading branch information
kdpsingh committed Jun 8, 2024
1 parent 0d3be0b commit 113e7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/UserGuide/slice.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ end
# ## Sample 5 random rows in the data frame

@chain df begin
@slice_sample(5)
@slice_sample(n = 5)
end

# ## Slice the min
Expand Down

0 comments on commit 113e7b4

Please sign in to comment.