We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a small typo in the comments on line 49 in the source file: go/src/fmt/format.go
I have bolded the particular word below.
The comment currently reads:
// intbuf is large enought to store %b of an int64 with a sign and
It instead should be:
// intbuf is large enough to store %b of an int64 with a sign and
The comment continues in line 50; however, there is no issue with that particular line.
It is a small issue, but it just caught my attention as I was reading through the docs/code.
The text was updated successfully, but these errors were encountered:
CL https://golang.org/cl/33338 mentions this issue.
Sorry, something went wrong.
7534a72
No branches or pull requests
There is a small typo in the comments on line 49 in the source file: go/src/fmt/format.go
I have bolded the particular word below.
The comment currently reads:
It instead should be:
The comment continues in line 50; however, there is no issue with that particular line.
It is a small issue, but it just caught my attention as I was reading through the docs/code.
The text was updated successfully, but these errors were encountered: