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.
|
// Returns `true` if the rectangle contains the given one.
|
||||||
// @alternative
|
// @alternative
|
||||||
// @method contains(point: Point): Boolean
|
// @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) {
|
contains: function (obj) {
|
||||||
var min, max;
|
var min, max;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user