From 917ba184bbd7c5d3e98eefd4e836ab0168b3aee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Thu, 26 May 2016 05:55:13 +0200 Subject: [PATCH] Typo: "load of" -> "lot of" (#168) --- docs/concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts.rst b/docs/concepts.rst index 2961611..b1f5de8 100644 --- a/docs/concepts.rst +++ b/docs/concepts.rst @@ -45,7 +45,7 @@ serializable types, and stay under a certain size limit - but these are implementation details you won't need to worry about until you get to more advanced usage. -The channels have capacity, so a load of producers can write lots of messages +The channels have capacity, so a lot of producers can write lots of messages into a channel with no consumers and then a consumer can come along later and will start getting served those queued messages.