From 162f43cfc4cef054878cd799473a09cdfa380920 Mon Sep 17 00:00:00 2001 From: Justin Tracey Date: Fri, 25 Nov 2022 19:09:43 +0000 Subject: [PATCH] fix minor typo in Markov model docs --- doc/TGen-Markov-Models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/TGen-Markov-Models.md b/doc/TGen-Markov-Models.md index a3db278..532f48c 100644 --- a/doc/TGen-Markov-Models.md +++ b/doc/TGen-Markov-Models.md @@ -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.