From c4ede3aefa3516def97690405c3ef4f45e1ddc8f Mon Sep 17 00:00:00 2001 From: Brittany Johnson Date: Mon, 27 Jan 2020 13:57:47 -0500 Subject: [PATCH] Update README.md --- artifact_documentation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifact_documentation/README.md b/artifact_documentation/README.md index 8bbeba8..1341721 100644 --- a/artifact_documentation/README.md +++ b/artifact_documentation/README.md @@ -150,7 +150,7 @@ Given this code exists, we can assume that just erasing this case may fix this d Let's try adding a flag to the ```escapeJavaStyleString``` method that we can use to control the statements in the case for the ```/``` character. We can do that by first adding a boolean parameter (let's call it ```escapeJava```) to the ```escapeJavaStyleString``` as shown below. -Add parameter +Add parameter We can then add a condition for the additional escape character, like so: