Skip to content

Commit

Permalink
Fix docstring (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar committed Jun 15, 2024
1 parent 1d56ec8 commit d915677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StreamSampling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ If the iterator is empty, it returns `nothing`.
-----
itsample([rng], iter, method = algL; ordered = false)
itsample([rng], iter, wv, method = algAExpJ; ordered = false)
itsample([rng], iter, n::Int, method = algL; ordered = false)
itsample([rng], iter, wv, n::Int, method = algAExpJ; ordered = false)
Return a vector of `n` random elements of the iterator,
optionally specifying a `rng` (which defaults to `Random.default_rng()`)
Expand Down

0 comments on commit d915677

Please sign in to comment.