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
 )
 
-var ErrCancelWithNil = errors.New("mr cancelled with nil")
+var ErrCancelWithNil = errors.New("mapreduce cancelled with nil")
 
 type (
 	GenerateFunc    func(source chan<- interface{})