From 508accd8e57dde20ab31500b1dd27f413afbfa79 Mon Sep 17 00:00:00 2001 From: David Umoru Date: Sun, 30 Jun 2024 13:45:18 +0100 Subject: [PATCH] Add punctuation --- ruby/basic_ruby/nested_collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/basic_ruby/nested_collections.md b/ruby/basic_ruby/nested_collections.md index cbb6d205e63..c9745e9f650 100644 --- a/ruby/basic_ruby/nested_collections.md +++ b/ruby/basic_ruby/nested_collections.md @@ -335,7 +335,7 @@ Amazing! We have found a great solution to returning an array that only contains 1. Read more about [using a hash with a nested array](https://web.archive.org/web/20220525215038/https://learn.co/lessons/nested-hash-iteration). 1. This Stack Overflow answer explains more about [using arrays with a nested hash](https://stackoverflow.com/questions/50529389/manipulating-output-from-an-array-of-nested-hashes-in-ruby). -1. Complete the nested collections exercises from the [ruby-exercises repo](https://github.com/TheOdinProject/ruby-exercises) +1. Complete the nested collections exercises from the [ruby-exercises repo](https://github.com/TheOdinProject/ruby-exercises).