Skip to content

Commit f5b44d5

Browse files
authored
js 代码无高亮提示
1 parent f3ec7a5 commit f5b44d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/回溯算法去重问题的另一种写法.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ function combinationSum2(candidates, target) {
418418

419419
**47. 全排列 II**
420420

421-
```javaescript
421+
```javascript
422422
function permuteUnique(nums) {
423423
const resArr = [];
424424
const usedArr = [];

0 commit comments

Comments
 (0)