Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/website: ref/mod: wrong character for grave accent #46599

Closed
rillig opened this issue Jun 6, 2021 · 2 comments
Closed

x/website: ref/mod: wrong character for grave accent #46599

rillig opened this issue Jun 6, 2021 · 2 comments
Labels
FrozenDueToAge help wanted NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@rillig
Copy link
Contributor

rillig commented Jun 6, 2021

_content/ref/mod.md (https://golang.org/ref/mod) says:

grave accents (<code>&#60;</code>

which is rendered as:

grave accents (<

It should say instead:

grave accents (<code>&#x60;</code>

which is rendered as:

grave accents (`

@gopherbot gopherbot added this to the Unreleased milestone Jun 6, 2021
@seankhliao seankhliao added the NeedsFix The path to resolution is known, but the work has not been done. label Jun 6, 2021
@jerobado
Copy link
Contributor

jerobado commented Jun 8, 2021

Hello, I'll send a PR shortly.

@gopherbot
Copy link

Change https://golang.org/cl/325989 mentions this issue: _content/ref: apply correct character for grave accent

@golang golang locked and limited conversation to collaborators Jun 8, 2022
passionSeven added a commit to passionSeven/website that referenced this issue Oct 18, 2022
Fixes golang/go#46599

Change-Id: I575e75f6d9806640480c7238a7d1060228332ef9
GitHub-Last-Rev: 2b09fa4657bf4b4386a2c0d9124792140c687b9e
GitHub-Pull-Request: golang/website#59
Reviewed-on: https://go-review.googlesource.com/c/website/+/325989
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge help wanted NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants