mirror of https://github.com/golang/go.git
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:
parent
a4682348c2
commit
c5ebeff3aa
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue