Skip to content

Commit 113e7b4

Browse files
committed
Fix docs error with @slice_sample
1 parent 0d3be0b commit 113e7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/UserGuide/slice.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ end
6464
# ## Sample 5 random rows in the data frame
6565

6666
@chain df begin
67-
@slice_sample(5)
67+
@slice_sample(n = 5)
6868
end
6969

7070
# ## Slice the min

0 commit comments

Comments
 (0)