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

Printing error in line 26 #3

Open
BGdaredevil opened this issue Aug 6, 2021 · 0 comments
Open

Printing error in line 26 #3

BGdaredevil opened this issue Aug 6, 2021 · 0 comments

Comments

@BGdaredevil
Copy link

BGdaredevil commented Aug 6, 2021

Link to the File -- https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-7-1-complex-loops/loop-step/loop-step.md

Description -- A typing error in the book and a markup error

Current (Wrong) Text -- * We run a for** loop** from 1 to n with step size of 3.

Corrected (New) Text -- * We run a for loop from 1 to n with step size of 3.

Additionally -- "step size" should be replaced by "stride" as it better suits the original Bulgarian text and the idea the writer wanted to convey.

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

1 participant