Skip to content

Commit 8eb087c

Browse files
committed
fix
1 parent cc13852 commit 8eb087c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

behavioral_patterns/state.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
既然是状态模式,加上状态图,对状态转换间的理解会清晰很多:
3838

39-
.. image:: /_static/State1.png
39+
.. image:: /_static/state1.png
4040

4141
代码分析
4242
--------------------
@@ -95,7 +95,7 @@ TCP连接的状态有多种可能,状态之间的转换有相应的逻辑前
9595

9696
状态图:
9797

98-
.. image:: /_static/State2.png
98+
.. image:: /_static/state2.png
9999

100100
结构图:
101101

0 commit comments

Comments
 (0)