rework document for API

This commit is contained in:
Shelikhoo 2021-05-04 21:06:23 +01:00
parent 38f522fb72
commit c66a1678da
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
1 changed files with 2 additions and 2 deletions

View File

@ -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)