Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby: Update knowledge check href #28694

Merged
merged 1 commit into from
Aug 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
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
Loading