Browse Source

HPCC-16420 Edits based upon review

Signed-off-by: Jim DeFabia <jamesdefabia@lexisnexis.com>
Jim DeFabia 8 years ago
parent
commit
75d53216b4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/ECLLanguageReference/ECLR_mods/BltInFunc-CRON.xml

+ 2 - 2
docs/ECLLanguageReference/ECLR_mods/BltInFunc-CRON.xml

@@ -86,7 +86,7 @@
               <entry><emphasis>dow</emphasis></entry>
 
               <entry>An integer value for the day of the week. Valid values
-              are from 0 to 7 (where both 0 and 7 represent Sunday).</entry>
+              are from 0 to 6 (where 0 represents Sunday).</entry>
             </row>
           </tbody>
         </tgroup>
@@ -96,7 +96,7 @@
     is replaced by an asterisk (*). You may define ranges of times using a
     dash (-), lists using a comma (,), and ‘once every n’ using a slash (/).
     For example, 6-18/3 in the hour field will fire the timer every three
-    hours between 6am and 6pm, and 0-6/3,18-23/3 will fire the timer every
+    hours between 6am and 6pm, and 18-21/3,0-6/3 will fire the timer every
     three hours between 6pm and 6am.</para>
 
     <para>Example:</para>