Skip to content

Commit 4e8614b

Browse files
author
Tobias Helmrich
authored
Fix minor typo
1 parent 5d378d5 commit 4e8614b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Selection Sampling/README.markdown

+1-1
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)