Fix some typos

This commit is contained in:
Liam Miller-Cushon
2021-08-25 13:56:44 -07:00
parent fb71d9d40f
commit 8ca8a80753
6 changed files with 11 additions and 11 deletions

View File

@@ -1678,7 +1678,7 @@ public class JSONObjectTest {
// correct implementation (with change of behavior) would be:
// this.put(key, new Float((Float) value + 1));
// Probably it would be better to deprecate the method and remove some day, while convenient processing the "payload" is not
// really in the the scope of a JSON-library (IMHO.)
// really in the scope of a JSON-library (IMHO.)
}