diff --git a/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java b/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java index 3e2fb603a..061ab2220 100644 --- a/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java +++ b/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java @@ -387,7 +387,7 @@ private int resize(final int orig, final double fraction) { } /** - * Resizes a TextBuilder based on the fractional size. + * Resizes a TextStyle builder based on the fractional size. * * @param builder the builder to adjust. * @param fraction the fractional size (e.g. percentage of the current size) that the builder should be.