Merge pull request #38 from bowsersenior/master.
authorJoe O'Brien <joe@theedgecase.com>
Sat, 30 Apr 2011 17:46:31 +0000 (10:46 -0700)
committerJoe O'Brien <joe@theedgecase.com>
Sat, 30 Apr 2011 17:46:31 +0000 (10:46 -0700)
Just some typo fixes

koans/about_scoring_project.rb
src/about_scoring_project.rb

index 3c8e027..bc61785 100644 (file)
@@ -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:
index 124c387..60b4682 100644 (file)
@@ -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: