Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 3f021c3

Browse files
authored
Merge pull request #39 from vaerksted/master
fix typo
2 parents 84da362 + 2823cab commit 3f021c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thinning/random.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
RandomThinning(p)
77
8-
Random thining with retention probability `p`, which can
8+
Random thinning with retention probability `p`, which can
99
be a constant probability value in `[0,1]` or a function
1010
mapping a point to a probability.
1111

0 commit comments

Comments
 (0)