doc/codewalk/markov: fix the highlight range of the step "The NewChain constructor function".

R=r, minux.ma, adg
CC=golang-dev
https://golang.org/cl/6710044
This commit is contained in:
Oling Cat 2012-10-18 08:12:44 +11:00 committed by Andrew Gerrand
parent a4682348c2
commit c5ebeff3aa
1 changed files with 1 additions and 1 deletions

View File

@ -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