Skip to content

Commit a9c6885

Browse files
Update content/techniques/task-scheduling.md
1 parent 1b79d96 commit a9c6885

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/techniques/task-scheduling.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ The `@Cron()` decorator supports the following standard [cron patterns](http://c
5959
- Ranges (e.g. `1-3,5`)
6060
- Steps (e.g. `*/2`)
6161

62-
6362
In the example above, we passed `45 * * * * *` to the decorator. The following key shows how each position in the cron pattern string is interpreted:
6463

6564
<pre class="language-javascript"><code class="language-javascript">

0 commit comments

Comments
 (0)