diff options
Diffstat (limited to 'doc/codewalk/markov.xml')
-rw-r--r-- | doc/codewalk/markov.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/codewalk/markov.xml b/doc/codewalk/markov.xml index b7b711783..7f1281817 100644 --- a/doc/codewalk/markov.xml +++ b/doc/codewalk/markov.xml @@ -58,7 +58,7 @@ Prefix Map key this data. </step> -<step title="The NewChain constructor function" src="doc/codewalk/markov.go:/func New/,/}/"> +<step title="The NewChain constructor function" src="doc/codewalk/markov.go:/func New/,/\n}/"> The <code>Chain</code> struct has two unexported fields (those that do not begin with an upper case character), and so we write a <code>NewChain</code> constructor function that initializes the |