diff options
| author | Andrew Gerrand <adg@golang.org> | 2013-07-22 12:22:14 +1000 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2013-07-22 12:22:14 +1000 |
| commit | 01cc462bfcfe805ea86723b0c7553dfbe63a3464 (patch) | |
| tree | 21156f3a583b795f68be64af0ebeb80f58371711 | |
| parent | 21b9d1473838b34911629e754f5cd2165411c1f4 (diff) | |
| download | go-01cc462bfcfe805ea86723b0c7553dfbe63a3464.tar.xz | |
doc: fix wiki content error
Fixes #5898.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/11556043
| -rw-r--r-- | doc/articles/wiki/index.html | 9 |
1 files changed, 4 insertions, 5 deletions
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/` `/^}/`}} <p> -The function <code>loadPage</code> constructs the file name from -the title parameter, reads the file's contents into a new -variable <code>body</code>, and returns two values: a pointer to a -<code>Page</code> literal constructed with the proper title and body -values and <code>nil</code> for the error value. +The function <code>loadPage</code> constructs the file name from the title +parameter, reads the file's contents into a new variable <code>body</code>, and +returns a pointer to a <code>Page</code> literal constructed with the proper +title and body values. </p> <p> |
