Skip to content

Commit 95e8173

Browse files
authored
Fix a few typos (#1600)
1 parent f969db3 commit 95e8173

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/bap_primus/bap_primus.mli

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ module Std : sig
8383
but only one will be active. A component that is responsible for
8484
selecting a machine fork that is currently active is called
8585
{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.
8787
8888
{2 Components and Systems}
8989
9090
Components are the main building blocks of the Primus
9191
machine. Components subscribe to the observations provided by
9292
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.
9494
A particular composition of components is called a
9595
{i system}. Therefore a system is a Primus application that could
9696
be run. The Primus Framework provides an extenisble repository
@@ -136,8 +136,7 @@ module Std : sig
136136
137137
To run the specified system, either use {!Primus.System.run} to
138138
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.
141140
142141
It is also possible to create a {!Primus.Job} and enqueue it in
143142
the Primus Jobs queue with the {!Primus.Jobs.enqueue}

0 commit comments

Comments
 (0)