Skip to content

Commit 7203e0c

Browse files
GlenHertzkdpsingh
authored andcommitted
fix(slice docs): slice_sample(n=5)
The docs have `slice_sample(5)` which only creates one sample (not 5). Perhaps this is a code issue and not a doc issue.
1 parent 9a035d1 commit 7203e0c

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
@@ -99,4 +99,4 @@ end
9999

100100
@chain df begin
101101
@slice_head(n = 3)
102-
end
102+
end

0 commit comments

Comments
 (0)