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

tour: typo in code snippet #1594

Closed
RasulIslyamgali opened this issue Feb 27, 2024 · 1 comment
Closed

tour: typo in code snippet #1594

RasulIslyamgali opened this issue Feb 27, 2024 · 1 comment

Comments

@RasulIslyamgali
Copy link

Context: https://go.dev/tour/list

into page https://go.dev/tour/moretypes/15
there are below code snippet:

func append(s []T, vs ...T) []T

i want to propose below code snippet, in which used "elems" instead "vs"

func append(s []T, elems ...T) []T
@ALTree
Copy link
Member

ALTree commented Apr 16, 2024

I think vs in fine, the point is just to show the signature of the function.

@ALTree ALTree closed this as completed Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants