_content: fix quoting in toolchain.md

Change-Id: I49d34c68bcfc31f2ef7d715fbcf65962c942c8d0
Reviewed-on: https://go-review.googlesource.com/c/website/+/503955
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
This commit is contained in:
Michael Stapelberg 2023-06-16 13:23:49 +02:00 коммит произвёл Michael Stapelberg
Родитель bd3c46f4f9
Коммит cf309485de
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -79,7 +79,7 @@ The language version for a Go version is the result of truncating everything aft
Released Go toolchains such as Go 1.21.0 and Go 1.21rc1 report that specific version
(for example, `go1.21.0` or `go1.21rc1`)
from `go version` and [`runtime.Version](/pkg/runtime/#Version).
from `go version` and [`runtime.Version`](/pkg/runtime/#Version).
Unreleased (still in development) Go toolchains built from the Go development repository
instead report only the language version (for example, `go1.21`).