Skip to content

Commit

Permalink
Clarify assignment to recommend skipping recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmeneses committed Oct 24, 2023
1 parent e549338 commit 0ed6297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/basic_ruby/loops.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ If you need to step through a series of numbers (or even letters) within a speci

<div class="lesson-content__panel" markdown="1">

1. Read the [Loops & Iterators chapter](https://launchschool.com/books/ruby/read/loops_iterators) of LaunchSchool's *Introduction to Programming With Ruby*.
1. Read the [Loops & Iterators chapter](https://launchschool.com/books/ruby/read/loops_iterators) of LaunchSchool's *Introduction to Programming With Ruby*. We recommend skipping the section on [recursion](https://launchschool.com/books/ruby/read/loops_iterators#recursion) since recursion will be covered later on.
2. Try re-writing the above examples using alternative loop methods to achieve the same results.
</div>

Expand Down

0 comments on commit 0ed6297

Please sign in to comment.