Skip to content

Commit

Permalink
Update knowledge check href
Browse files Browse the repository at this point in the history
  • Loading branch information
mathdebate09 committed Aug 24, 2024
1 parent 47a3302 commit 08bc502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/basic_ruby/basic_enumerable_methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ invited_friends(friends)
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 does the `#each` method do? What does it return?](#the-each-method)
- [What does the `#each_with_index` method do?](#the-each_with_index-method)
- [What does the `#each_with_index` method do?](#the-eachwithindex-method)

Check failure on line 444 in ruby/basic_ruby/basic_enumerable_methods.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Link fragments should be valid

ruby/basic_ruby/basic_enumerable_methods.md:444:3 MD051/link-fragments Link fragments should be valid [Context: "[What does the `#each_with_index` method do?](#the-eachwithindex-method)"] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md051.md
- [What does the `#map` method do?](#the-map-method)
- [What does the `#select` method do?](#the-select-method)
- [What does the `#reduce` method do?](#the-reduce-method)
Expand Down

0 comments on commit 08bc502

Please sign in to comment.