Navigation Menu

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

database/sql: Conn's doc has a typo saying "rather a pool" instead of "rather than a pool" #21798

Closed
odeke-em opened this issue Sep 8, 2017 · 2 comments

Comments

@odeke-em
Copy link
Member

odeke-em commented Sep 8, 2017

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

Go1.9

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

Not Applicable

What did you do?

Visited https://golang.org/pkg/database/sql/#Conn to read the docs for Conn

What did you expect to see?

Conn represents a single database session rather than a pool of database sessions.

What did you see instead?

Conn represents a single database session rather than a pool of database sessions.
screen shot 2017-09-07 at 9 50 29 pm

Just requires us to add than after rather

@odeke-em odeke-em added this to the Go1.10 milestone Sep 8, 2017
@odeke-em odeke-em changed the title database/sql: Conn's doc has a typo saying "rather a pool" instead of "rather than" database/sql: Conn's doc has a typo saying "rather a pool" instead of "rather than a pool" Sep 8, 2017
@dvrkps
Copy link
Contributor

dvrkps commented Sep 8, 2017

I try to fix this.

@gopherbot
Copy link

Change https://golang.org/cl/62290 mentions this issue: database/sql: fix Conn's doc typo

@golang golang locked and limited conversation to collaborators Sep 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants