Github user jwagenleitner commented on a diff in the pull request:
https://github.com/apache/groovy/pull/371#discussion_r82399993
--- 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 --
Thanks for pointing that out I'll remove the `a`. I missed that when
fixing up the merge conflict caused by commit 7e8211fa314526ce.
---
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.
---