diff --git a/lib/OpenLayers/BaseTypes/Bounds.js b/lib/OpenLayers/BaseTypes/Bounds.js index f4bbad1120..5a9b83ea5f 100644 --- a/lib/OpenLayers/BaseTypes/Bounds.js +++ b/lib/OpenLayers/BaseTypes/Bounds.js @@ -477,7 +477,7 @@ OpenLayers.Bounds = OpenLayers.Class({ * * bounds - {} The target bounds. * partial - {Boolean} If any of the target corners is within this bounds - * consider the bounds contained. Default is false. If true, the + * consider the bounds contained. Default is false. If false, the * entire target bounds must be contained within this bounds. * inclusive - {Boolean} Treat shared edges as contained. Default is * true.