Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rotexdegba committed May 6, 2018
1 parent 0650889 commit 66cac52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/NumericCollections.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66cac52

Please sign in to comment.