Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brittjay0104 authored Jan 27, 2020
1 parent 554d48b commit c4ede3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifact_documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img src="images/fix-1.png" alt="Add parameter" width="600" height="250"/>
<img src="images/fix-1.png" alt="Add parameter" width="750" height="200"/>

We can then add a condition for the additional escape character, like so:

Expand Down

0 comments on commit c4ede3a

Please sign in to comment.