Docstrings: minor typo

This commit is contained in:
Iván Sánchez Ortega 2016-08-10 15:48:01 +02:00
parent 35c30a1bcf
commit e1e121c746

View File

@ -2,7 +2,7 @@
// @section Methods for modifying map state
L.Map.include({
// @method flyTo(latlng: LatLng, zoom?: Number, options?: Zoom/Pan options): this
// @method flyTo(latlng: LatLng, zoom?: Number, options?: Zoom/pan options): this
// Sets the view of the map (geographical center and zoom) performing a smooth
// pan-zoom animation.
flyTo: function (targetCenter, targetZoom, options) {