Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nhocki committed Aug 26, 2011
1 parent 7809e81 commit 75de98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ranking.rb
Expand Up @@ -81,7 +81,7 @@ def current_score
end

def public_number_of_voters
(public_total_stars.to_d / public_average_stars.to_f).round(2)
(public_total_stars.to_f / public_average_starsto_f).round(2)
end

def public_total_stars
Expand Down

0 comments on commit 75de98d

Please sign in to comment.