Merge pull request #40 from nazgob/master.

typo fixed -> issue #39
This commit is contained in:
Joe O'Brien
2011-04-30 10:45:49 -07:00
2 changed files with 2 additions and 2 deletions

View 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:

View 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: