Skip to content

Commit 1f31f09

Browse files
authored
修复 0242.有效的字母异位词.md md格式错误
1 parent d1c1e4b commit 1f31f09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

problems/0242.有效的字母异位词.md

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ class Solution(object):
163163
a_count = Counter(s)
164164
b_count = Counter(t)
165165
return a_count == b_count
166+
```
166167

167168
Go:
168169

0 commit comments

Comments
 (0)