Fixed documentation typo for return value of ol.proj.Projection.isGlobal()

This commit is contained in:
Mike McGann
2014-12-23 15:38:49 -05:00
parent 97afb31a65
commit cc4a690676

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() {