Skip to content

Commit 767168a

Browse files
committed
修复355.分发饼干.md js代码显示
1 parent 7396279 commit 767168a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

problems/0455.分发饼干.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,10 @@ func findContentChildren(g []int, s []int) int {
197197

198198
return child
199199
}
200-
200+
```
201201

202202
Javascript:
203-
```Javascript
204-
203+
```
205204
var findContentChildren = function(g, s) {
206205
g = g.sort((a, b) => a - b)
207206
s = s.sort((a, b) => a - b)

0 commit comments

Comments
 (0)