Ver Fonte

rework document for API

Shelikhoo há 4 anos atrás
pai
commit
c66a1678da
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      context.go

+ 2 - 2
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)