From fba47d187794499aefde6b5435b164680b903639 Mon Sep 17 00:00:00 2001 From: deathbaba Date: Fri, 18 Apr 2014 19:54:15 +0300 Subject: [PATCH] Minor typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 526710c..79a4a63 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ your application when user press "More Info" button : // Here is how to pass points with ID ant PendingIntent void showMultiplePointsWithPendingIntent(List list, PendingIntent pendingIntent) { - // Convert objects to MMWPoints + // Convert objects to MWMPoints final MWMPoint[] points = new MWMPoint[list.length]; for (int i = 0; i < list.size; i++) {