From d78e284e55ce63ae9c1cf59d7972d7dfeb42d970 Mon Sep 17 00:00:00 2001 From: nazgob Date: Wed, 13 Apr 2011 06:49:58 -0700 Subject: [PATCH] fixed typo -> Issue #39 --- src/about_scoring_project.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/about_scoring_project.rb b/src/about_scoring_project.rb index 124c387..60b4682 100644 --- a/src/about_scoring_project.rb +++ b/src/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