Skip to content

Commit 40d71e7

Browse files
Kjetil Hope Tuftelandkhtufteland
authored andcommitted
Minor typo in comment
1 parent 565f882 commit 40d71e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func ContextWithCancelSignals(parent context.Context, c <-chan os.Signal) (conte
7070
return ctx, f
7171
}
7272

73-
// ContextKey returns a concatinated operation key from context. Operation keys
73+
// ContextKey returns a concatenated operation key from context. Operation keys
7474
// are added to context when an operation is started by a Handler. In the case
7575
// of nested operations, keys are joined by a single dot (.). If there are no
7676
// operation keys in context, an empty string is returned.

0 commit comments

Comments
 (0)