Browse Source

HPCC-15765 Edits based upon review

Signed-off-by: Jim DeFabia <jamesdefabia@lexisnexis.com>
Jim DeFabia 8 years ago
parent
commit
e5ceb14970
1 changed files with 8 additions and 8 deletions
  1. 8 8
      docs/ECLLanguageReference/ECLR_mods/ResrvdKywds-LIKELY.xml

+ 8 - 8
docs/ECLLanguageReference/ECLR_mods/ResrvdKywds-LIKELY.xml

@@ -40,18 +40,18 @@
 
 
   <para>The LIKELY/UNLIKELY hint can be wrapped around a filter condition to
   <para>The LIKELY/UNLIKELY hint can be wrapped around a filter condition to
   indicate to the code generator the likelihood that the filter condition will
   indicate to the code generator the likelihood that the filter condition will
-  filter the record. </para>
+  filter the record.</para>
 
 
   <para>LIKELY specifies that the filter condition is likely to match most
   <para>LIKELY specifies that the filter condition is likely to match most
-  records. UNLIKELY specifies that very few records are likely to be matched.
-  </para>
+  records. UNLIKELY specifies that very few records are likely to be
+  matched.</para>
 
 
   <para>Specific probability value may be provided for LIKELY. The probability
   <para>Specific probability value may be provided for LIKELY. The probability
-  value is decimal value between 0 and 1. The closer this value is to 1.0 the
-  more likely that the filter condition is likely to match a record. The
-  closer the value is to 0.0 the less likely the filter condition is to match
-  records. The code generator makes use of the likelihood information to
-  produce better code.</para>
+  value is decimal value greater than 0 and less than 1. The closer this value
+  is to 1.0 the more likely that the filter condition is likely to match a
+  record. The closer the value is to 0.0 the less likely the filter condition
+  is to match records. The code generator makes use of the likelihood
+  information to produce better code.</para>
 
 
   <para>The code generator uses the LIKELY/UNLIKELY hint together with the
   <para>The code generator uses the LIKELY/UNLIKELY hint together with the
   count of usage, to determine the cost of spilling and the cost of
   count of usage, to determine the cost of spilling and the cost of