Skip to content

Commit

Permalink
Change L.Marker to L.marker in example (Leaflet#6636)
Browse files Browse the repository at this point in the history
  • Loading branch information
billygarrison authored and Schleuse committed Dec 3, 2019
1 parent 913babd commit da37643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer/Layer.js
Expand Up @@ -14,7 +14,7 @@ import * as Util from '../core/Util';
* @example
*
* ```js
* var layer = L.Marker(latlng).addTo(map);
* var layer = L.marker(latlng).addTo(map);
* layer.addTo(map);
* layer.remove();
* ```
Expand Down

0 comments on commit da37643

Please sign in to comment.