docstrings: update L.circle example to match new syntax (#4974)
docstrings: update L.circle example to match new syntax
This commit is contained in:
parent
9cd41c0985
commit
628fc04333
@ -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);
|
||||
* ```
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user