소스 검색

rework document for API

Shelikhoo 4 년 전
부모
커밋
c66a1678da
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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)