Skip to content

Commit 4fdad19

Browse files
Update algorithms/sliding_window/permutation_in_string/README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent c5cbf51 commit 4fdad19

File tree

1 file changed

+1
-1
lines changed
  • algorithms/sliding_window/permutation_in_string

1 file changed

+1
-1
lines changed

algorithms/sliding_window/permutation_in_string/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Output: false
2222

2323
## Constraints
2424

25-
- 1 <= s1.length, s2.length <= 104
25+
- 1 <= s1.length, s2.length <= 10^4
2626
- s1 and s2 consist of lowercase English letters.
2727

2828
## Topics

0 commit comments

Comments
 (0)