[OpenLayers-Commits] r5135 - sandbox/ahocevar/sldRenderer/lib/OpenLayers/Rule

commits at openlayers.org commits at openlayers.org
Tue Nov 6 18:22:36 EST 2007


Author: ahocevar
Date: 2007-11-06 18:22:34 -0500 (Tue, 06 Nov 2007)
New Revision: 5135

Modified:
   sandbox/ahocevar/sldRenderer/lib/OpenLayers/Rule/Comparison.js
Log:
fixed comments

Modified: sandbox/ahocevar/sldRenderer/lib/OpenLayers/Rule/Comparison.js
===================================================================
--- sandbox/ahocevar/sldRenderer/lib/OpenLayers/Rule/Comparison.js	2007-11-06 22:53:58 UTC (rev 5134)
+++ sandbox/ahocevar/sldRenderer/lib/OpenLayers/Rule/Comparison.js	2007-11-06 23:22:34 UTC (rev 5135)
@@ -34,7 +34,7 @@
      * APIProperty: value
      * {Number} or {String}
      * comparison value for binary comparisons. In the case of a String, this
-     * can be a combination of literals and propertyNames in the form
+     * can be a combination of text and propertyNames in the form
      * "literal ${propertyName}"
      */
     value: null,
@@ -43,7 +43,7 @@
      * APIProperty: lowerBoundary
      * {Number} or {String}
      * lower boundary for between comparisons. In the case of a String, this
-     * can be a combination of literals and propertyNames in the form
+     * can be a combination of text and propertyNames in the form
      * "literal ${propertyName}"
      */
     lowerBoundary: null,
@@ -52,7 +52,7 @@
      * APIProperty: upperBoundary
      * {Number} or {String}
      * upper boundary for between comparisons. In the case of a String, this
-     * can be a combination of literals and propertyNames in the form
+     * can be a combination of text and propertyNames in the form
      * "literal ${propertyName}"
      */
     upperBoundary: null,



More information about the Commits mailing list