From 3c6bc5af1150900f0356580e0714d06fe9fb10e0 Mon Sep 17 00:00:00 2001 From: ricardocalleja <61325417+ricardocalleja@users.noreply.github.com> Date: Wed, 3 Feb 2021 20:49:52 -0300 Subject: [PATCH] Update 02-BasicSkills.md fix typo "- What are Unit tests to make sure what your code is working " instead of "- What are Unit tests to make sure what you code is working " --- sections/02-BasicSkills.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/02-BasicSkills.md b/sections/02-BasicSkills.md index 495ef75..9660495 100644 --- a/sections/02-BasicSkills.md +++ b/sections/02-BasicSkills.md @@ -81,7 +81,7 @@ Where to Learn? There's a Java Course on Udemy you could look at: - OOP Object oriented programming -- What are Unit tests to make sure what you code is working +- What are Unit tests to make sure what your code is working - Functional Programming