docstrings: update L.circle example to match new syntax (#4974)

docstrings: update L.circle example to match new syntax
This commit is contained in:
ghybs 2016-09-29 15:21:11 +04:00 committed by Iván Sánchez Ortega
parent 9cd41c0985
commit 628fc04333

View File

@ -10,7 +10,7 @@
* @example
*
* ```js
* L.circle([50.5, 30.5], 200).addTo(map);
* L.circle([50.5, 30.5], {radius: 200}).addTo(map);
* ```
*/