You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tutorials/standard-library/scheduler/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Before showing the example, leu us show the target architecture.
6
6

7
7
8
8
The test service embeds `Scheduler` imported from package `scheduler`.
9
-
THe Scheduler Service can be programmed by setting the OneWay operation wbere receiving the alarms when they are triggered by the jobs. The jobs can be added and deleted easily, by using the API offered by the Scheduler Service.
9
+
THe Scheduler Service can be programmed by setting the OneWay operation where receiving the alarms when they are triggered by the jobs. The jobs can be added and deleted easily, by using the API offered by the Scheduler Service.
10
10
11
11
In the following example we report the code. Juts run it with the following command:
0 commit comments