docstrings: Removed incorrect semicolon (#4942)

This commit is contained in:
Edgard Lorraine Messias 2016-09-26 14:06:54 -03:00 committed by Iván Sánchez Ortega
parent 927e679041
commit db7482a561

View File

@ -16,7 +16,7 @@
*
* ```js
* var map = L.map('map', {
* renderer: L.canvas();
* renderer: L.canvas()
* });
* ```
*