Update docs/index.html #2
@@ -75,7 +75,7 @@ if x > 10 {
|
||||
if x < 10 {
|
||||
puts "x is smaller than 10"
|
||||
}
|
||||
if x == 0 {
|
||||
if x == 10 {
|
||||
puts "x is 10"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user