mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 15:16:33 -08:00
tiny punctuation fix
This commit is contained in:
@@ -64,7 +64,7 @@ def play_a_game
|
|||||||
when n > upper
|
when n > upper
|
||||||
puts "My number is larger than your trap numbers."
|
puts "My number is larger than your trap numbers."
|
||||||
else
|
else
|
||||||
puts "You have trapped my number"
|
puts "You have trapped my number."
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user