Skip to content

Commit 6eb4df3

Browse files
committed
Fix 0077 suoloution
1 parent 7af661b commit 6eb4df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/ChapterFour/0077.Combinations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Given two integers *n* and *k*, return all possible combinations of *k* num
2828

2929
## 代码
3030

31-
```
31+
```go
3232

3333
package leetcode
3434

0 commit comments

Comments
 (0)