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: