summaryrefslogtreecommitdiff
path: root/doc/codewalk/markov.xml
diff options
context:
space:
mode:
authorOling Cat <olingcat@gmail.com>2012-10-18 08:12:44 +1100
committerOling Cat <olingcat@gmail.com>2012-10-18 08:12:44 +1100
commitd319fc4ca86132d750cd8e060276e7d0f34b5520 (patch)
tree7b6b3fe7cd93fed72e3617e08d87c2b2104548c2 /doc/codewalk/markov.xml
parent1fa9e22c462a7a6e45c64874292a3fdb71a3b275 (diff)
downloadgo-d319fc4ca86132d750cd8e060276e7d0f34b5520.tar.gz
doc/codewalk/markov: fix the highlight range of the step "The NewChain constructor function".
R=r, minux.ma, adg CC=golang-dev http://codereview.appspot.com/6710044 Committer: Andrew Gerrand <adg@golang.org>
Diffstat (limited to 'doc/codewalk/markov.xml')
-rw-r--r--doc/codewalk/markov.xml2
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