Skip to content

Commit ed716f0

Browse files
authored
Merge pull request #263 from thesixonenine/master
Update README.md
2 parents d72334c + c484bd5 commit ed716f0

File tree

1 file changed

+1
-1
lines changed
  • leetcode/0003.Longest-Substring-Without-Repeating-Characters

1 file changed

+1
-1
lines changed

leetcode/0003.Longest-Substring-Without-Repeating-Characters/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Explanation: The answer is "wke", with the length of 3.
3434
## 题目大意
3535

3636

37-
在一个字符串重寻找没有重复字母的最长子串
37+
在一个字符串中寻找没有重复字母的最长子串
3838

3939
## 解题思路
4040

0 commit comments

Comments
 (0)