diff --git a/README.md b/README.md index 2c1f9cd..150e574 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ __Authors:__ Guilherme Andrade ([`erlquad(at)gandrade(dot)net`](mailto:erlquad(a `erlquad` is a straightforward Erlang implementation of [quadtrees](https://en.wikipedia.org/wiki/Quadtree), supporting both bounding-box outlines as well as precise coordinates for small enough objects. -It exposes functions for fetching, folding and any'ing (with boolean predicate) particular areas of interest as well as all contained objects. 'Deeplist' versions of fetching methods are also included for when there's no need to concatenate the final results and thus avoid the overhead of doing so. +It exposes functions for fetching, folding and any'ing (with boolean predicate) particular areas of interest as well as all contained objects. Deeplist versions of fetching methods are also included for when there's no need to concatenate the intermediate results and thus avoid the overhead of doing so. + +Buckets have unlimited capacity and depth is fixed on initialization. ```erlang diff --git a/doc/erlquad.html b/doc/erlquad.html index 33b518d..3b2f05b 100644 --- a/doc/erlquad.html +++ b/doc/erlquad.html @@ -110,6 +110,6 @@
Generated by EDoc, Apr 23 2016, 21:49:36.
+Generated by EDoc, Apr 23 2016, 21:57:16.