From 549143fb4b3312c434dce9abb291aed856c69b1d Mon Sep 17 00:00:00 2001 From: Tessa Nordgren Date: Wed, 24 Apr 2019 14:42:52 -0700 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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