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

fmt: typo in private comment #17955

Closed
jnaputi253 opened this issue Nov 17, 2016 · 1 comment
Closed

fmt: typo in private comment #17955

jnaputi253 opened this issue Nov 17, 2016 · 1 comment
Labels
Documentation Issues describing a change to documentation. FrozenDueToAge

Comments

@jnaputi253
Copy link

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.

@bradfitz bradfitz changed the title Typo in go/src/fmt/format.go fmt: typo in private comment Nov 17, 2016
@bradfitz bradfitz added the Documentation Issues describing a change to documentation. label Nov 17, 2016
@gopherbot
Copy link
Contributor

CL https://golang.org/cl/33338 mentions this issue.

@golang golang locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation Issues describing a change to documentation. FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

3 participants