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: defer format improvement #1558

Open
nikolaev-rd opened this issue Oct 29, 2023 · 0 comments · May be fixed by golang/website#284
Open

tour: defer format improvement #1558

nikolaev-rd opened this issue Oct 29, 2023 · 0 comments · May be fixed by golang/website#284

Comments

@nikolaev-rd
Copy link

nikolaev-rd commented Oct 29, 2023

Context: https://go.dev/tour/flowcontrol/12

Just a little format improvement:

A defer statement defers the execution of a function until the surrounding function returns.

to

A defer statement defers the execution of a function until the surrounding function returns.

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

Successfully merging a pull request may close this issue.

1 participant