Skip to content

Commit 0ce7891

Browse files
authored
scheduler/README.md - Fix typo in Scheduler Service description
Corrected a typo in the README regarding the Scheduler Service.
1 parent a3faa3b commit 0ce7891

File tree

1 file changed

+2
-2
lines changed
  • src/tutorials/standard-library/scheduler

1 file changed

+2
-2
lines changed

src/tutorials/standard-library/scheduler/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Before showing the example, leu us show the target architecture.
66
![scheduler.png](scheduler.png)
77

88
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.
1010

1111
In the following example we report the code. Juts run it with the following command:
1212
```
@@ -69,4 +69,4 @@ service Test {
6969
}
7070
}
7171
}
72-
```
72+
```

0 commit comments

Comments
 (0)