From 07f19c236da48c5c57105ebeb8ab9e733d93168d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 2 Oct 2018 08:46:01 -0400 Subject: math: grid: Fix docstring in grid-move. --- chickadee/math/grid.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chickadee/math/grid.scm b/chickadee/math/grid.scm index 0361333..d131921 100644 --- a/chickadee/math/grid.scm +++ b/chickadee/math/grid.scm @@ -381,7 +381,7 @@ so, resolve them using HANDLER." (define (grid-move grid item position filter) "Attempt to move ITEM in GRID to POSITION (a 2D vector) and check -for collisions. For each collision, HANDLER will be called with two +for collisions. For each collision, FILTER will be called with two arguments: ITEM and the item it collided with. If a collision occurs, POSITION may be modified to resolve the colliding objects." (grid-resolve-collisions grid item position filter) -- cgit v1.2.3