diff --git a/README.md b/README.md index 01b560f..7b8a0e7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ level for the queue, and decides which queue to pull from next and feed to task runners. Overhead for this process is typically < 1000ns, so it's not suitable for -typical short lived goroutines, but those type of goroutines don't really, +typical short lived goroutines, but those type of goroutines don't really need scheduling anyway. ## usage