From d78e284e55ce63ae9c1cf59d7972d7dfeb42d970 Mon Sep 17 00:00:00 2001 From: nazgob Date: Wed, 13 Apr 2011 06:49:58 -0700 Subject: [PATCH 1/2] 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: From 3d18d339e4da12942222da96dc454b7405a2f6cd Mon Sep 17 00:00:00 2001 From: nazgob Date: Wed, 13 Apr 2011 06:50:17 -0700 Subject: [PATCH 2/2] 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: