Change Tiled to Tile in a comment

This commit is contained in:
Éric Lemoine
2013-09-10 09:03:29 +02:00
parent 8a7e13a50c
commit 762fed6f8d

View File

@@ -19,7 +19,7 @@ goog.require('ol.source.wms');
* @constructor
* @extends {ol.source.TileImage}
* @implements {ol.source.FeatureInfoSource}
* @param {ol.source.TileWMSOptions} options Tiled WMS options.
* @param {ol.source.TileWMSOptions} options Tile WMS options.
*/
ol.source.TileWMS = function(options) {