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

Commit

Permalink
mind the dot.
Browse files Browse the repository at this point in the history
Co-authored-by: Aarsh Shah <aarshkshah1992@gmail.com>
  • Loading branch information
vyzo and aarshkshah1992 committed Feb 19, 2021
1 parent 29aaf38 commit ca38e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/context.go
Expand Up @@ -47,7 +47,7 @@ func WithSimultaneousConnect(ctx context.Context, reason string) context.Context
}

// EXPERIMENTAL
// GetSimultaneousConnect returns true if the simultaneous connect option is set in the context
// GetSimultaneousConnect returns true if the simultaneous connect option is set in the context.
func GetSimultaneousConnect(ctx context.Context) (simconnect bool, reason string) {
v := ctx.Value(simConnect)
if v != nil {
Expand Down

0 comments on commit ca38e17

Please sign in to comment.