From 0f61803a5fb2f841aa332f459d2ffe3e5e4a6445 Mon Sep 17 00:00:00 2001 From: Brian Osborn Date: Tue, 21 Nov 2017 10:43:48 -0700 Subject: [PATCH] minor documentation fix --- geopackage-ios/map/GPKGMapUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geopackage-ios/map/GPKGMapUtils.h b/geopackage-ios/map/GPKGMapUtils.h index e706fcad..45d811f8 100644 --- a/geopackage-ios/map/GPKGMapUtils.h +++ b/geopackage-ios/map/GPKGMapUtils.h @@ -263,7 +263,7 @@ * Is the location on or near the shape * * @param location location point - * @param shape map shape + * @param mapShape map shape * @param tolerance distance and screen tolerance * @return true if location is on shape */