Merge pull request #2816 from grayana/master

修正笔误,数组与图片不一致
This commit is contained in:
程序员Carl 2024-12-11 09:59:35 +08:00 committed by GitHub
commit 2be29d79f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
#### 情况一:上下坡中有平坡
例如 [1,2,2,2,1]这样的数组,如图:
例如 [1,2,2,2,2,1]这样的数组,如图:
![](https://code-thinking-1253855093.file.myqcloud.com/pics/20230106170449.png)