Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit ca38e17

Browse files
vyzoaarshkshah1992
andcommitted
mind the dot.
Co-authored-by: Aarsh Shah <[email protected]>
1 parent 29aaf38 commit ca38e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func WithSimultaneousConnect(ctx context.Context, reason string) context.Context
4747
}
4848

4949
// EXPERIMENTAL
50-
// GetSimultaneousConnect returns true if the simultaneous connect option is set in the context
50+
// GetSimultaneousConnect returns true if the simultaneous connect option is set in the context.
5151
func GetSimultaneousConnect(ctx context.Context) (simconnect bool, reason string) {
5252
v := ctx.Value(simConnect)
5353
if v != nil {

0 commit comments

Comments
 (0)