diff --git a/openlayers/openlayers.d.ts b/openlayers/openlayers.d.ts index 52ea254430..f4a21241b2 100644 --- a/openlayers/openlayers.d.ts +++ b/openlayers/openlayers.d.ts @@ -1,4 +1,4 @@ -// Type definitions for OpenLayers.js 2.10 +// Type definitions for OpenLayers.js 2.10 // Project: https://github.com/openlayers/openlayers // Definitions by: Ilya Bolkhovsky // Definitions: https://github.com/borisyankov/DefinitelyTyped @@ -1214,7 +1214,7 @@ declare module OpenLayers { clone(): LonLat; /** - * A new OpenLayers.LonLat object with the lon and lat passed-in added to this’s. + * A new OpenLayers.LonLat object with the lon and lat passed-in added to this’s. */ add(lon: number, lat: number): LonLat;