SoftUni / Programming-Basics-Book-CSharp-EN

Textbook for the "Programming Basics" course @ SoftUni (C#, English)
https://csharp-book.softuni.org
Other
74 stars 180 forks source link

Printing error in line 26 #3

Open BGdaredevil opened 3 years ago

BGdaredevil commented 3 years ago

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.