]> Cypherpunks repositories - gostls13.git/commitdiff
doc/codewalk/markov: fix the highlight range of the step "The NewChain constructor...
authorOling Cat <olingcat@gmail.com>
Wed, 17 Oct 2012 21:12:44 +0000 (08:12 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 17 Oct 2012 21:12:44 +0000 (08:12 +1100)
R=r, minux.ma, adg
CC=golang-dev
https://golang.org/cl/6710044

doc/codewalk/markov.xml

index b7b7117834ac855f4f0658440ae3648e86593742..7f12818177553ce0039b5ce1097c56d4a661c08e 100644 (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