Skip to content

Commit

Permalink
Merge pull request openlayers#3085 from mike-mcgann/doc-typo
Browse files Browse the repository at this point in the history
Fixed documentation typo for return value of ol.proj.Projection.isGlobal().
  • Loading branch information
tschaub committed Dec 23, 2014
2 parents 97afb31 + cc4a690 commit 5d2f463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ol/proj/proj.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 5d2f463

Please sign in to comment.