From 2683f08bd26a0a80072f4de578e704cbf0ef81e8 Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Wed, 28 May 2014 17:40:23 +0100 Subject: [PATCH] Clarify that ol.Coordinate is for xy coordinates Docs only; no logic change --- src/ol/coordinate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/coordinate.js b/src/ol/coordinate.js index 8c8dc35808..3e5b82ab73 100644 --- a/src/ol/coordinate.js +++ b/src/ol/coordinate.js @@ -17,7 +17,7 @@ ol.CoordinateFormatType; /** - * An array of numbers representing a coordinate. Example: `[16, 48]`. + * An array of numbers representing an xy coordinate. Example: `[16, 48]`. * @typedef {Array.} ol.Coordinate * @todo api */