Commit ca38e174 authored by vyzo's avatar vyzo

mind the dot.

Co-authored-by: default avatarAarsh Shah <aarshkshah1992@gmail.com>
parent 29aaf384
......@@ -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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment