Fix typo in L.Bounds docs (#4536)
This commit is contained in:
parent
63f3c851ba
commit
4d490139bd
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user