This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git
The following commit(s) were added to refs/heads/master by this push: new dd6717d9 Normalize spelling dd6717d9 is described below commit dd6717d9ba13a398c86f9ccffa56e035cf499101 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Dec 6 17:55:34 2024 -0500 Normalize spelling Note that "UNIX" is a trademark, "Unix" is not --- src/main/java/org/apache/commons/text/StrBuilder.java | 2 +- src/main/java/org/apache/commons/text/TextStringBuilder.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/text/StrBuilder.java b/src/main/java/org/apache/commons/text/StrBuilder.java index 17e05a27..2063369b 100644 --- a/src/main/java/org/apache/commons/text/StrBuilder.java +++ b/src/main/java/org/apache/commons/text/StrBuilder.java @@ -1094,7 +1094,7 @@ public class StrBuilder implements CharSequence, Appendable, Serializable, Build * By default, the new line is the system default from {@link System#lineSeparator()}. * </p> * <p> - * The new line string can be changed using {@link #setNewLineText(String)}. For example, you can use this to force the output to always use UNIX line + * The new line string can be changed using {@link #setNewLineText(String)}. For example, you can use this to force the output to always use Unix line * endings even when on Windows. * </p> * diff --git a/src/main/java/org/apache/commons/text/TextStringBuilder.java b/src/main/java/org/apache/commons/text/TextStringBuilder.java index dc2fb743..c94c1628 100644 --- a/src/main/java/org/apache/commons/text/TextStringBuilder.java +++ b/src/main/java/org/apache/commons/text/TextStringBuilder.java @@ -1169,7 +1169,7 @@ public class TextStringBuilder implements CharSequence, Appendable, Serializable * By default, the new line is the system default from {@link System#lineSeparator()}. * </p> * <p> - * The new line string can be changed using {@link #setNewLineText(String)}. For example, you can use this to force the output to always use UNIX line + * The new line string can be changed using {@link #setNewLineText(String)}. For example, you can use this to force the output to always use Unix line * endings even when on Windows. * </p> *