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: documentation typo for %v with slices and arrays #15339

Closed
rillig opened this issue Apr 17, 2016 · 1 comment
Closed

fmt: documentation typo for %v with slices and arrays #15339

rillig opened this issue Apr 17, 2016 · 1 comment

Comments

@rillig
Copy link
Contributor

rillig commented Apr 17, 2016

https://golang.org/pkg/fmt/, Ctrl+F elem0

  1. What did you expect to see?

    array, slice:       [elem0 elem1 ...]
    
  2. What did you see instead?

    array, slice:       [elem0  elem1 ...]
    

There are two spaces between elem0 and elem1, there should be only one.

@gopherbot
Copy link

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

@golang golang locked and limited conversation to collaborators Apr 18, 2017
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