Skip to content

Commit 413200e

Browse files
committed
typo
1 parent f9843e2 commit 413200e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Because SimulationProcess extends the java.lang.Thread class it is necessary for
214214

215215
===== Example
216216

217-
To illustrate how a simulation process could be implemented from the Process class we shall consider the example of a queue of customers arriving at a bank. For this example, this involves three classes:
217+
To illustrate how a simulation process could be implemented from the SimulationProcess class we shall consider the example of a queue of customers arriving at a bank. For this example, this involves three classes:
218218

219219
- Customer: instances of this class represent the customers in the queue.
220220

0 commit comments

Comments
 (0)