[x/tour] tour: fix bad backticks with space in it

CL 113998 changed

  drop the ", value" entirely

into

  drop the `, value` entirely.

in moretypes.article, but that's not rendered correctly because the
backspaces have a space in it, which is not allowed. Screenshot:

https://i.imgur.com/dDXNl6X.png

Keep the backticks, but take the space out.

Change-Id: If702d69d2d0086bcfca7b14f8e020a8c152edf36
Reviewed-on: https://go-review.googlesource.com/123235
Reviewed-by: Andrew Bonventre <andybons@golang.org>
X-Tour-Commit: 8bf7e083063e016e10c1d369645882a676870786
1 file changed
tree: 1f4eaf6ca7e5d4647e043e8e9cb7be1c52c2b566
  1. tour/
  2. AUTHORS
  3. CONTRIBUTING.md
  4. CONTRIBUTORS
  5. LICENSE
  6. PATENTS
  7. README.md
README.md

Go Website

This repository holds the Go Website server code and content.

Download/Install

The easiest way to install is to run go get -u golang.org/x/website. You can also manually git clone the repository to $GOPATH/src/golang.org/x/website.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/website:” in the subject line, so it is easy to find.