Skip to content

Commit c4ede3a

Browse files
authoredJan 27, 2020
Update README.md
1 parent 554d48b commit c4ede3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎artifact_documentation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Given this code exists, we can assume that just erasing this case may fix this d
150150

151151
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.
152152

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.