From 0392366819ad87e7264aa8b82c2d919f94b92855 Mon Sep 17 00:00:00 2001 From: HuaHero Date: Fri, 23 Aug 2024 09:32:49 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E7=AE=97=E6=B3=95--=E4=B9=9D=E9=98=B3?= =?UTF-8?q?=E7=A5=9E=E5=8A=9F.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...63\225--\344\271\235\351\230\263\347\245\236\345\212\237.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\347\256\227\346\263\225--\344\271\235\351\230\263\347\245\236\345\212\237.md" "b/\347\256\227\346\263\225--\344\271\235\351\230\263\347\245\236\345\212\237.md" index f67a2bf36..147e931e5 100644 --- "a/\347\256\227\346\263\225--\344\271\235\351\230\263\347\245\236\345\212\237.md" +++ "b/\347\256\227\346\263\225--\344\271\235\351\230\263\347\245\236\345\212\237.md" @@ -15,7 +15,7 @@ ```java fab(N) { - if(N<1) + if(N<=1) { return N; }