diff --git a/lib/OpenLayers/Control/SelectFeature.js b/lib/OpenLayers/Control/SelectFeature.js index d9e58217e2..5d2dc9319c 100644 --- a/lib/OpenLayers/Control/SelectFeature.js +++ b/lib/OpenLayers/Control/SelectFeature.js @@ -74,9 +74,9 @@ OpenLayers.Control.SelectFeature = OpenLayers.Class(OpenLayers.Control, { /** * APIProperty: highlightOnly - * {Boolean} If true do not actually select features (i.e. place them in the - * layer's selected features array), just highlight them. This property has - * no effect if hover is false. Defaults to false. + * {Boolean} If true do not actually select features (that is place them in + * the layer's selected features array), just highlight them. This property + * has no effect if hover is false. Defaults to false. */ highlightOnly: false,