diff --git a/CONTRIBUTORS.svg b/CONTRIBUTORS.svg
index 99222c3c..0933513b 100644
--- a/CONTRIBUTORS.svg
+++ b/CONTRIBUTORS.svg
@@ -206,25 +206,27 @@
>>> # 是否以 H 开头
->>> "Hello, world!".endswith("H")
+>>> "Hello, world!".startswith("H")
True
>>> # 是否以 h 开头
->>> "Hello, world!".endswith("h")
+>>> "Hello, world!".startswith("h")
False
>>> # 是否以 ! 结尾
>>> "Hello, world!".endswith("!")
diff --git a/index.html b/index.html
index b4404ec5..ccdf456e 100644
--- a/index.html
+++ b/index.html
@@ -1346,7 +1346,7 @@
如果你有资源,可以很方便部署 web 版,这非常简单,只需要克隆 gh-pages 分支代码到你的静态服务就可以了,还可以使用 docker 快捷部署 web 版。
-