Skip to content

Commit 6cf9d47

Browse files
committed
fix 5% typo
1 parent 9c75c9d commit 6cf9d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/elo_tourney.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def rank
5353
(pool.count - rc).upto(pool.count - 1) { |i|
5454
pool[i] = Elo::Player.new(skill: rand.round(3))
5555
}
56-
puts "Retired the bottom 10%; average rating: #{avg_rating(pool)}"
56+
puts "Retired the bottom 5%; average rating: #{avg_rating(pool)}"
5757

5858
# take top 64 for the tournament
5959
puts

0 commit comments

Comments
 (0)