summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
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