Skip to content

Commit 5f7d706

Browse files
Merge pull request #211 from MHowells/fix-spelling-error-in-docs
Fixing a minor spelling error
2 parents 8f5c8ad + 6882fe8 commit 5f7d706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Guides/set_distributions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Ciw offeres a variety of inter-arrival and service time distributions.
88
A full list can be found :ref:`here <refs-dists>`.
99
They are objects, that are defined in the :code:`Network` with the :code:`'arrival_distributions'` and :code:`'service_distributions'` keywords.
1010

11-
+ :code:`'Aarival_distributions'`: This is the distribution that inter-arrival times are drawn from. That is the time between two consecutive arrivals. It is particular to specific nodes and customer classes.
11+
+ :code:`'arrival_distributions'`: This is the distribution that inter-arrival times are drawn from. That is the time between two consecutive arrivals. It is particular to specific nodes and customer classes.
1212
+ :code:`'service_distributions'`: This is the distribution that service times are drawn from. That is the amount of time a customer spends with a server (independent of how many servers there are). It is particular for to specific node and customer classes.
1313

1414
The following example, with two nodes and two customer classes, uses eight different arrival and service rate distributions::

0 commit comments

Comments
 (0)