Skip to content

Commit

Permalink
Update content/en/user-guide/tasks/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Waldemar Hummer <waldemar.hummer@gmail.com>
  • Loading branch information
HarshCasper and whummer authored Feb 29, 2024
1 parent de9a6b4 commit 54a6ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/user-guide/tasks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ DROP TASK IF EXISTS test_task;

### Resume a Task

To resume a task, use the `ALTER TASK` statement. The following example demonstrates how to resume the `test_task` task.
To start or resume a task, use the `ALTER TASK` statement. The following example demonstrates how to resume the `test_task` task.

```sql
ALTER TASK test_task RESUME;
Expand Down

0 comments on commit 54a6ddd

Please # to comment.