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

Markup error - line 35 #8

Closed BGdaredevil closed 2 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/exercises-with-loops/fibonacci-numbers/fibonacci-numbers.md

Description - a markup error --

Current (Wrong) Text -- the current value i < n - 1.

Corrected (New) Text -- the current value i < n - 1.

nakov commented 2 years ago

Thanks. Fixed.