From b355760fda7c301df60936cf4c2f0a20740f55e4 Mon Sep 17 00:00:00 2001 From: DiamondNether90 Date: Tue, 13 Jan 2026 20:10:11 +1100 Subject: [PATCH] Update docs/index.html Fixed typo --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 4b520ca..0ae06aa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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" } -- 2.47.3