Skip to content

Commit 9ace572

Browse files
authored
Update README.md
1 parent 38744d1 commit 9ace572

File tree

1 file changed

+1
-1
lines changed
  • solution/2500-2599/2501.Longest Square Streak in an Array

1 file changed

+1
-1
lines changed

solution/2500-2599/2501.Longest Square Streak in an Array/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ func longestSquareStreak(nums []int) (ans int) {
293293

294294
<!-- solution:start -->
295295

296-
### Solution 3: Counting
296+
### 方法三:计数
297297

298298
<!-- tabs:start -->
299299

0 commit comments

Comments
 (0)