Skip to content

Commit efe33a1

Browse files
committed
Fix comment.
1 parent 1246e12 commit efe33a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/json/junit/JSONStringTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public void testJSONNullStringValue() throws Exception {
164164
String output = jsonArray.write(writer).toString();
165165
assertTrue("String values should be equal", "[\"the toString value\"]".equals(output));
166166

167-
// The first different between writeValue() and valueToString():
167+
// The only different between writeValue() and valueToString():
168168
// in this case, valueToString throws a JSONException
169169
try {
170170
output = JSONObject.valueToString(jsonString);

0 commit comments

Comments
 (0)