Merge pull request #3085 from mike-mcgann/doc-typo

Fixed documentation typo for return value of ol.proj.Projection.isGlobal().
This commit is contained in:
Tim Schaub
2014-12-23 16:08:24 -05:00

View File

@@ -196,7 +196,7 @@ ol.proj.Projection.prototype.getAxisOrientation = function() {
/**
* Is this projection a global projection which spans the whole world?
* @return {boolean} Wether the projection is global.
* @return {boolean} Whether the projection is global.
* @api stable
*/
ol.proj.Projection.prototype.isGlobal = function() {