Skip to content

Commit e76ed79

Browse files
committed
add comments
1 parent 6010017 commit e76ed79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcode/testutil/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import "time"
55
var (
66
Once bool
77

8-
// 方便打断点,配合 targetCaseNum 一起使用
8+
// 用于编写 struct + method 的题目,方便打断点
99
DebugCallIndex int
1010

1111
DebugTLE = 2 * time.Second

0 commit comments

Comments
 (0)