@@ -83,14 +83,14 @@ module Std : sig
83
83
but only one will be active. A component that is responsible for
84
84
selecting a machine fork that is currently active is called
85
85
{i scheduler}. Since there are few different scheduling strategies
86
- avaiable , there are also a few schedulers.
86
+ available , there are also a few schedulers.
87
87
88
88
{2 Components and Systems}
89
89
90
90
Components are the main building blocks of the Primus
91
91
machine. Components subscribe to the observations provided by
92
92
Primus libraries and other components. The attached callbacks
93
- changes the behavior of the Machine thusaffecting its semantics.
93
+ changes the behavior of the Machine thus affecting its semantics.
94
94
A particular composition of components is called a
95
95
{i system}. Therefore a system is a Primus application that could
96
96
be run. The Primus Framework provides an extenisble repository
@@ -136,8 +136,7 @@ module Std : sig
136
136
137
137
To run the specified system, either use {!Primus.System.run} to
138
138
run it in the Knowledge monad or use
139
- {!Primus.System.Generic.run} to run the Machine in the monad
140
- some other monad.
139
+ {!Primus.System.Generic.run} to run the Machine in some other monad.
141
140
142
141
It is also possible to create a {!Primus.Job} and enqueue it in
143
142
the Primus Jobs queue with the {!Primus.Jobs.enqueue}
0 commit comments