Skip to content

Commit a8a4901

Browse files
authored
Update knowledge check href (#28694)
1 parent a4b692e commit a8a4901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/basic_ruby/basic_enumerable_methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ invited_friends(friends)
441441
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.
442442

443443
- [What does the `#each` method do? What does it return?](#the-each-method)
444-
- [What does the `#each_with_index` method do?](#the-each_with_index-method)
444+
- [What does the `#each_with_index` method do?](#the-eachwithindex-method)
445445
- [What does the `#map` method do?](#the-map-method)
446446
- [What does the `#select` method do?](#the-select-method)
447447
- [What does the `#reduce` method do?](#the-reduce-method)

0 commit comments

Comments
 (0)