From 66cac5235e4eb31f0f59c7480a4b00f6216f9ce8 Mon Sep 17 00:00:00 2001 From: Rotimi Ade Date: Sun, 6 May 2018 03:09:01 -0600 Subject: [PATCH] Documentation --- docs/NumericCollections.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/NumericCollections.md b/docs/NumericCollections.md index 04dd1b3..6ecb5b7 100644 --- a/docs/NumericCollections.md +++ b/docs/NumericCollections.md @@ -24,7 +24,8 @@ A good use-case for this type of collection would be in applications that requir a list of strictly numeric values (integers or floating point numbers) for some calculation. -## Specific Methods +## Other methods applicable to this Collection class and its descendants: + * **`average()`:** returns the average of all the values in the collection * **`max()`:** returns the highest of all the values in the collection * **`min()`:** returns the lowest of all the values in the collection