From f81d2eb24350f273a8af4e5eaaeebf053fe47cb0 Mon Sep 17 00:00:00 2001 From: Jalynn Nicoly <97772154+Jalynnn@users.noreply.github.com> Date: Mon, 31 Jan 2022 18:27:18 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e85a44..8a96039 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Now take a moment to run the code. You will notice the `main` method is calling **Your action:** Fix the method so it passes the tests and matches what is described in the javadoc. ## Step 4: Working with Strings -Look at `streetLight1()`. When you ran the tests in Step3, you will have noticed that this method is also failing tests! However, the return types seem correct. Take a moment to look through this method, and work on the following: +Look at `streetLight1()`. When you ran the tests in Step 3, you will have noticed that this method is also failing tests! However, the return types seem correct. Take a moment to look through this method, and work on the following: 1. Create a diagram similar to the example in Step 3. 2. Fix this method so that it works.