Github user paulk-asert commented on a diff in the pull request:
https://github.com/apache/groovy/pull/371#discussion_r82341071
--- Diff: subprojects/groovy-json/src/main/java/groovy/json/JsonOutput.java
---
@@ -492,7 +171,7 @@ private static void writeIterator(Iterator<?> iterator,
CharBuf buffer) {
*/
public static String prettyPrint(String jsonPayload) {
int indentSize = 0;
- // Just a guess that the pretty view will take 20 percent more
than original.
+ // Just a guess that the pretty view will take a 20 percent more
than original.
--- End diff --
why is 'a' added in above comment? Should it be 'about' or just a spurious
typo?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---