From d12aed1c79b31791272e8be8bfb23d1cb88f32dd Mon Sep 17 00:00:00 2001 From: yanglbme Date: Mon, 25 Feb 2019 22:22:46 +0800 Subject: [PATCH] docs: fix typo --- docs/algorithm-stories.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/algorithm-stories.md b/docs/algorithm-stories.md index 9b53d36..761726e 100644 --- a/docs/algorithm-stories.md +++ b/docs/algorithm-stories.md @@ -54,7 +54,7 @@ if ((思考时间 > 2 分钟) || (已经知道答案了吗)) { ```java int res = 5050; -for (int i = 0; i < 100; ++i) { +for (int i = 0; i < 99; ++i) { res -= item[i]; } System.out.println("最后剩下的数是:" + res); diff --git a/index.html b/index.html index a022b99..2868d4a 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - 技术类知识仓库 + Notes