From c224f4f26dac7a478ecfc000d03a7ac9035e8b18 Mon Sep 17 00:00:00 2001 From: Sarthak <38680527+sarthak-v@users.noreply.github.com> Date: Wed, 30 May 2018 19:49:53 +0530 Subject: [PATCH] typo --- .../lesson_common_data_structures_algorithms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby_programming/computer_science/lesson_common_data_structures_algorithms.md b/ruby_programming/computer_science/lesson_common_data_structures_algorithms.md index cbb1b2d..2dd3ecd 100644 --- a/ruby_programming/computer_science/lesson_common_data_structures_algorithms.md +++ b/ruby_programming/computer_science/lesson_common_data_structures_algorithms.md @@ -42,7 +42,7 @@ Look through these now and then use them to test yourself after doing the assign ### Additional Resources -his section contains helpful links to other content. It isn't required, so consider it supplemental for if you need to dive deeper into something. +This section contains helpful links to other content. It isn't required, so consider it supplemental for if you need to dive deeper into something. * [Khan Academy's great Algorithms Course](https://www.khanacademy.org/computing/computer-science/algorithms) * [Stanford's Coursera 4-Part Algorithm Course](https://www.coursera.org/specializations/algorithms)