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

strings.ToTitle works as ToUpper instead of capitalizing #933

Closed
gopherbot opened this issue Jul 20, 2010 · 2 comments
Closed

strings.ToTitle works as ToUpper instead of capitalizing #933

gopherbot opened this issue Jul 20, 2010 · 2 comments

Comments

@gopherbot
Copy link

by Erlan.Sergaziev:

Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem.  Thanks.

What steps will reproduce the problem?
1. fmt.Println(strings.ToTitle(`hello world`))
2.
3.

What is the expected output?
Hello World

What do you see instead?
HELLO WORLD

What is your $GOOS?  $GOARCH?
linux amd64


Which revision are you using?  (hg identify)
Latest, pulled on 19 Jul 2010

Please provide any additional information below.
@robpike
Copy link
Contributor

robpike commented Jul 20, 2010

Comment 1:

This issue was closed by revision 8684a08.

Status changed to Fixed.

@gopherbot
Copy link
Author

Comment 2 by Erlan.Sergaziev:

Well, that was really, really quick :). Thank you!

This issue was closed.
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

2 participants