From ca38e174328f91c91530e506458d6e484c31a628 Mon Sep 17 00:00:00 2001 From: vyzo Date: Fri, 19 Feb 2021 12:19:19 +0200 Subject: [PATCH] mind the dot. Co-authored-by: Aarsh Shah --- network/context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/context.go b/network/context.go index 36a4af4..01f3177 100644 --- a/network/context.go +++ b/network/context.go @@ -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 { -- GitLab