From df1e5f814ce99f712231806eb4a71983c2dc1612 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 1 Oct 2021 08:50:59 -0400 Subject: doc: Fix typo. --- doc/api.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/api.texi b/doc/api.texi index f3b8013..e79cca1 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -5226,7 +5226,7 @@ detection because it can quickly determine the objects that may possibly be colliding with another, resulting in fewer narrow-phase collision tests that are typically much more expensive. -@deffn {Procedure} make-quadtree bounds [#:max-size 5] [#:make-depth 4] +@deffn {Procedure} make-quadtree bounds [#:max-size 5] [#:max-depth 4] Return a new quadtree that covers the area @var{bounds}. Each node will try to hold at maximum @var{max-size} objects and the tree depth will be restricted to @var{max-depth}. -- cgit v1.2.3