Skip to content

Commit 87d4c20

Browse files
committed
docs: remove redundant docs
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 0036e8b commit 87d4c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func (j *job) Bytes() []byte {
4444
}
4545
```
4646

47-
The second step to create the new worker, use the buffered channel as an example, you can use the `stop` channel to terminate the job immediately after shutdown the queue service if need.
47+
The second step to create the new worker, use the buffered channel as an example.
4848

4949
```go
5050
// define the worker

0 commit comments

Comments
 (0)