x/pkgsite: documentation misparsed as an anchor #39270
Closed
Labels
Milestone
Comments
Thanks for reporting the bug! We'll work on a fix. |
This was referenced May 27, 2020
According to this comment, this is expected behaviour (albeit one which maybe didn't exist in godoc) This line does not end in a punctuation: Is this something to be fixed? |
No, it's fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the URL of the page with the issue?
https://pkg.go.dev/github.com/ridge/must@v0.2.0?tab=doc#Do
What is your user agent?
Vivaldi 81.0.4044.142
Screenshot
What did you do?
Nothing
What did you expect to see?
"Do calls the function and panics on error" is not an anchor.
What did you see instead?
"Do calls the function and panics on error" is an anchor.
godoc.org handles it properly: https://godoc.org/github.com/ridge/must#Do
The text was updated successfully, but these errors were encountered: