diff --git a/lib/OpenLayers/BaseTypes/Bounds.js b/lib/OpenLayers/BaseTypes/Bounds.js index f40ca231f9..1e1e3715f0 100644 --- a/lib/OpenLayers/BaseTypes/Bounds.js +++ b/lib/OpenLayers/BaseTypes/Bounds.js @@ -63,7 +63,7 @@ OpenLayers.Bounds = OpenLayers.Class({ * left - {Number} The left bounds of the box. Note that for width * calculations, this is assumed to be less than the right value. * bottom - {Number} The bottom bounds of the box. Note that for height - * calculations, this is assumed to be more than the top value. + * calculations, this is assumed to be less than the top value. * right - {Number} The right bounds. * top - {Number} The top bounds. *