mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-29 11:20:21 +01:00
case statement needs end. Also added else
This commit is contained in:
parent
48448599ff
commit
d1f9b74644
@ -214,7 +214,9 @@ when 'D'
|
||||
puts "Scraping through"
|
||||
when 'F'
|
||||
puts "You failed!"
|
||||
|
||||
else
|
||||
puts "Alternative grading system, eh?"
|
||||
end
|
||||
|
||||
# Functions
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user