From c66a1678daeae4cc1cc83b9b91c705ba386fb48a Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Tue, 4 May 2021 21:06:23 +0100 Subject: [PATCH] rework document for API --- context.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/context.go b/context.go index 6a6caee78..39c1dc045 100644 --- a/context.go +++ b/context.go @@ -45,8 +45,8 @@ func toContext(ctx context.Context, v *Instance) context.Context { return ctx } -/* ToBackgroundDetachedContext create a detached context from another context - Internal API +/*ToBackgroundDetachedContext create a detached context from another context +Internal API */ func ToBackgroundDetachedContext(ctx context.Context) context.Context { instance := MustFromContext(ctx)