Skip to content

Commit

Permalink
fix minor typo in Markov model docs (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtracey authored Dec 5, 2022
1 parent c979b74 commit 85b1a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/TGen-Markov-Models.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ G.add_node('s1', type="state", name='anything_you_want')
```

The graph must contain one and only one vertex of _type_ `state` whose _name_
is `start`. This instructs TGen in which state the Marov model begins. The
is `start`. This instructs TGen in which state the Markov model begins. The
_name_ of the other vertices of _type_ `state` are insignificant and can be
set to any string.

Expand Down

0 comments on commit 85b1a40

Please sign in to comment.