Update docs/index.html

Fixed typo
This commit is contained in:
2026-01-13 20:10:11 +11:00
parent d16d6bd809
commit b355760fda

View File

@@ -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"
}