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

Incorrect statement about loop conditions #459

Closed
avrame opened this issue Aug 8, 2023 · 1 comment · Fixed by #463
Closed

Incorrect statement about loop conditions #459

avrame opened this issue Aug 8, 2023 · 1 comment · Fixed by #463

Comments

@avrame
Copy link
Contributor

avrame commented Aug 8, 2023

The condition is evaluated before the code within the loop is executed, which means that if the condition is true the code within the loop will never be executed.

Shouldn't this be "The condition is evaluated before the code within the loop is executed, which means that if the condition is false the code within the loop will never be executed."

(changed "true" to "false")

@meatball133
Copy link
Member

Yes

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.

2 participants