Fix typo in L.Bounds docs (#4536)

This commit is contained in:
Yuzo Matsuzawa 2016-05-04 20:43:23 +09:00 committed by Yohan Boniface
parent 63f3c851ba
commit 4d490139bd

View File

@ -81,7 +81,7 @@ L.Bounds.prototype = {
// Returns `true` if the rectangle contains the given one.
// @alternative
// @method contains(point: Point): Boolean
// Returns `true` if the rectangle contains the given poing.
// Returns `true` if the rectangle contains the given point.
contains: function (obj) {
var min, max;