mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Fixed another small grammatical mistake (. to ? in dice file)
This commit is contained in:
@@ -56,7 +56,7 @@ class AboutDiceProject < Neo::Koan
|
|||||||
#
|
#
|
||||||
# If the rolls are random, then it is possible (although not
|
# If the rolls are random, then it is possible (although not
|
||||||
# likely) that two consecutive rolls are equal. What would be a
|
# likely) that two consecutive rolls are equal. What would be a
|
||||||
# better way to test this.
|
# better way to test this?
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_you_can_roll_different_numbers_of_dice
|
def test_you_can_roll_different_numbers_of_dice
|
||||||
|
|||||||
Reference in New Issue
Block a user