From 3d18d339e4da12942222da96dc454b7405a2f6cd Mon Sep 17 00:00:00 2001 From: nazgob Date: Wed, 13 Apr 2011 06:50:17 -0700 Subject: [PATCH] fixed typo -> Issue #39 --- koans/about_scoring_project.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koans/about_scoring_project.rb b/koans/about_scoring_project.rb index 3c8e027..bc61785 100644 --- a/koans/about_scoring_project.rb +++ b/koans/about_scoring_project.rb @@ -1,7 +1,7 @@ require File.expand_path(File.dirname(__FILE__) + '/edgecase') # Greed is a dice game where you roll up to five dice to accumulate -# points. The following "score" function will be used calculate the +# points. The following "score" function will be used to calculate the # score of a single roll of the dice. # # A greed roll is scored as follows: -- 1.8.0.2