Skip to content

Commit

Permalink
tagged jolie code in the scheduler tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio Guidi committed Oct 31, 2024
1 parent e088215 commit 58fe15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tutorials/standard-library/scheduler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jolie test.ol

A job which runs every minute will trigegr the alarm, and a message with the job name and the group name will be printed out.

```
```jolie
from scheduler import Scheduler // imported the Scheduler
from console import Console
Expand Down

0 comments on commit 58fe15c

Please sign in to comment.