kevin 4 年之前
父節點
當前提交
8c7f871f89
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/mr/mapreduce.go

+ 1 - 1
core/mr/mapreduce.go

@@ -16,7 +16,7 @@ const (
 	minWorkers     = 1
 	minWorkers     = 1
 )
 )
 
 
-var ErrCancelWithNil = errors.New("mr cancelled with nil")
+var ErrCancelWithNil = errors.New("mapreduce cancelled with nil")
 
 
 type (
 type (
 	GenerateFunc    func(source chan<- interface{})
 	GenerateFunc    func(source chan<- interface{})