From e3798600ede270c1f88712675392f8e2117fbc7b Mon Sep 17 00:00:00 2001 From: Abhiraj Hinge Date: Thu, 14 Sep 2017 18:46:56 +0530 Subject: [PATCH] Fixed typo in Concepts.rst (#624) --- doc/development/concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/concepts.rst b/doc/development/concepts.rst index 0273bd274..d8c9ae2ee 100644 --- a/doc/development/concepts.rst +++ b/doc/development/concepts.rst @@ -59,7 +59,7 @@ If an item is assigned to multiple quotas, it can only be bought if *all of them If multiple items are assigned to the same quota, the quota will be counted as sold out as soon as the *sum* of the two items exceeds the quota limit. -The availability of a quota is currently calculated by substracting the following numbers from the quota +The availability of a quota is currently calculated by subtracting the following numbers from the quota limit: * The number of orders placed for an item that are either already paid or within their granted payment period