Skip to content

Commit

Permalink
Fix grammar error (#29304)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezy-d4 authored Jan 10, 2025
1 parent 2262c48 commit a8e4f79
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 @@ -156,7 +156,7 @@ If you need to step through a series of numbers (or even letters) within a speci

The following questions are an opportunity to reflect on key topics in this lesson. If you can't answer a question, click on it to review the material, but keep in mind you are not expected to memorize or master this knowledge.

- [What is a loop and why it is useful?](#introduction)
- [What is a loop and why is it useful?](#introduction)
- [What is a `loop` loop, and how would you use it?](#loop)
- [What is a `while` loop, and how would you use it?](#while-loop)
- [What is a `for` loop, and how would you use it?](#for-loop)
Expand Down

0 comments on commit a8e4f79

Please sign in to comment.