Skip to content

Commit c484bd5

Browse files
Update README.md
1 parent d72334c commit c484bd5

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)