Skip to content

Commit b14f9f3

Browse files
committed
Update comment for accuracy
1 parent 33f43fb commit b14f9f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/src/main/java/io/cucumber/htmlformatter/JsonInHtmlWriter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
import java.io.Writer;
55

66
/**
7-
* Writes json with the forward slash ({@code /}) escaped. Assumes
8-
* JSON has not been escaped yet.
7+
* Writes json with the opening angle bracket ({@code <}) escaped.
98
*/
109
class JsonInHtmlWriter extends Writer {
1110
private static final int BUFFER_SIZE = 1024;

0 commit comments

Comments
 (0)