Update docs/index.html
Fixed typo
This commit is contained in:
@@ -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