Skip to content
This repository was archived by the owner on Jun 10, 2018. It is now read-only.

Conversation

@adkron
Copy link

@adkron adkron commented Mar 1, 2014

With the current example snippet the for loop would look like
for(i; i < count; count++)
This would be incrementing the control. I thought that the documentation should create the following instead:
for(i; i < count; i++)

I believe this is more of a realistic scenario.

Amos King @adkron amos.l.king@gmail.com

With the current example snippet the for loop would look like
for(i; i < count; count++)
This would be incrementing the control. I thought that the documentation should create the following instead:
for(i; i < count; i++)

I believe this is more of a realistic scenario.

Amos King @adkron <amos.l.king@gmail.com>
@vsushkov
Copy link

@adkron See #67

@adkron adkron closed this Jan 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants