We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8747599 commit aeda134Copy full SHA for aeda134
leetcode/0567.Permutation-in-String/README.md
@@ -28,7 +28,7 @@ Note:
28
## 题目大意
29
30
31
-在一个字符串重寻找子串出现的位置。子串可以是 Anagrams 形式存在的。Anagrams 是一个字符串任意字符的全排列组合。
+在一个字符串中寻找子串出现的位置。子串可以是 Anagrams 形式存在的。Anagrams 是一个字符串任意字符的全排列组合。
32
33
## 解题思路
34
0 commit comments