You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/26 22:02:38 UTC

[commons-text] branch master updated: improved JavaDoc understandability (#429)

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 9b312a12 improved JavaDoc understandability (#429)
9b312a12 is described below

commit 9b312a12eda60e80ffa31cea8de2f02d221b3ac6
Author: Dimitrios Efthymiou <ef...@gmail.com>
AuthorDate: Mon Jun 26 23:02:33 2023 +0100

    improved JavaDoc understandability (#429)
---
 src/main/java/org/apache/commons/text/AlphabetConverter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/text/AlphabetConverter.java b/src/main/java/org/apache/commons/text/AlphabetConverter.java
index 033ede17..59dcaaf2 100644
--- a/src/main/java/org/apache/commons/text/AlphabetConverter.java
+++ b/src/main/java/org/apache/commons/text/AlphabetConverter.java
@@ -39,7 +39,7 @@ import org.apache.commons.lang3.StringUtils;
  * </p>
  *
  * <p>
- * The target and do not encode languages must be in the Unicode BMP, but the
+ * The target and 'do not encode' languages must be in the Unicode BMP, but the
  * source language does not.
  * </p>
  *