Skip to content

Commit 361654e

Browse files
authored
core: fix incorrect struct name in comment (#4135)
fix incorrect struct name in comment category: docs ticket: none
1 parent 4eb50b4 commit 361654e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/deadline.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type Deadliner interface {
3939
C() <-chan Duty
4040
}
4141

42-
// deadlinerInput represents the input to inputChan.
42+
// deadlineInput represents the input to inputChan.
4343
type deadlineInput struct {
4444
duty Duty
4545
success chan<- bool

0 commit comments

Comments
 (0)