Skip to content

Commit 125dfbc

Browse files
authored
Merge pull request kodecocodes#482 from helmrich/helmrich-patch-2
Fix minor typo
2 parents 973d796 + 4e8614b commit 125dfbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Selection Sampling/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The random number is 0.346. The formula gives:
151151

152152
Just a tiny bit too high. We skip `"e"`. Only two candidates left...
153153

154-
Note that now literally we're dealing with a toin coss: if the random number is less than 0.5 we select `"f"` and we're done. If it's greater than 0.5, we go on to the final element. Let's say we get 0.583:
154+
Note that now literally we're dealing with a coin toss: if the random number is less than 0.5 we select `"f"` and we're done. If it's greater than 0.5, we go on to the final element. Let's say we get 0.583:
155155

156156
2 * 0.583 = 1.166
157157

0 commit comments

Comments
 (0)