From c5ebeff3aacb6a9f2460d4bc90a50ab6deb926ec Mon Sep 17 00:00:00 2001 From: Oling Cat Date: Thu, 18 Oct 2012 08:12:44 +1100 Subject: [PATCH] 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 --- doc/codewalk/markov.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/codewalk/markov.xml b/doc/codewalk/markov.xml index b7b7117834..7f12818177 100644 --- a/doc/codewalk/markov.xml +++ b/doc/codewalk/markov.xml @@ -58,7 +58,7 @@ Prefix Map key this data. - + The Chain struct has two unexported fields (those that do not begin with an upper case character), and so we write a NewChain constructor function that initializes the -- 2.48.1