summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-10 18:30:05 +0300
committerWolfy-J <[email protected]>2018-06-10 18:30:05 +0300
commita52341d0344e2f0cda126d9596fb5e897405785f (patch)
tree5211809e4b68732327dd3c79624b2702b3ac25f3 /state.go
parent4fd4c7a1e8194287249fa59252afc2cd260d5643 (diff)
rr is working now
Diffstat (limited to 'state.go')
-rw-r--r--state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.go b/state.go
index 7bd5437d..da4d2b6f 100644
--- a/state.go
+++ b/state.go
@@ -14,7 +14,7 @@ type State interface {
// Value returns state value
Value() int64
- // NumExecs shows how many times worker was invoked
+ // NumJobs shows how many times worker was invoked
NumExecs() uint64
// Updated indicates a moment updated last state change