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

sort: Fix typo in Search documentation #49351

Closed
edverma opened this issue Nov 4, 2021 · 0 comments
Closed

sort: Fix typo in Search documentation #49351

edverma opened this issue Nov 4, 2021 · 0 comments
Labels
Documentation Issues describing a change to documentation. FrozenDueToAge

Comments

@edverma
Copy link

edverma commented Nov 4, 2021

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

1.17.2

Does this issue reproduce with the latest release?

Yes

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

What did you do?

View sort documentation here: https://pkg.go.dev/sort#Search

What did you expect to see?

Search uses binary search to find and return the smallest index i in [0, n]

What did you see instead?

Search uses binary search to find and return the smallest index i in [0, n)

@gopherbot gopherbot added the Documentation Issues describing a change to documentation. label Nov 4, 2021
@edverma edverma closed this as completed Nov 4, 2021
@golang golang locked and limited conversation to collaborators Nov 4, 2022
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

2 participants