Skip to content

Commit d0ec4fc

Browse files
Merge pull request youngyangyang04#1609 from whale2002/patch-1
Update 0046.全排列.md
2 parents c59b354 + 8912e30 commit d0ec4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/0046.全排列.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ var permute = function(nums) {
331331

332332
```
333333

334-
## TypeScript
334+
### TypeScript
335335

336336
```typescript
337337
function permute(nums: number[]): number[][] {

0 commit comments

Comments
 (0)