From: Andrew Gerrand Date: Mon, 22 Jul 2013 02:22:14 +0000 (+1000) Subject: doc: fix wiki content error X-Git-Tag: go1.2rc2~982 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=01cc462bfcfe805ea86723b0c7553dfbe63a3464;p=gostls13.git doc: fix wiki content error Fixes #5898. R=golang-dev, r CC=golang-dev https://golang.org/cl/11556043 --- diff --git a/doc/articles/wiki/index.html b/doc/articles/wiki/index.html index ea3507f4df..5d290a2acc 100644 --- a/doc/articles/wiki/index.html +++ b/doc/articles/wiki/index.html @@ -128,11 +128,10 @@ In addition to saving pages, we will want to load pages, too: {{code "doc/articles/wiki/part1-noerror.go" `/^func loadPage/` `/^}/`}}

-The function loadPage constructs the file name from -the title parameter, reads the file's contents into a new -variable body, and returns two values: a pointer to a -Page literal constructed with the proper title and body -values and nil for the error value. +The function loadPage constructs the file name from the title +parameter, reads the file's contents into a new variable body, and +returns a pointer to a Page literal constructed with the proper +title and body values.