Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix minor typo in Markov model docs #41

Merged
merged 2 commits into from
Dec 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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