kevin %!s(int64=4) %!d(string=hai) anos
pai
achega
8c7f871f89
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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{})