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-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 552ace67 Fix Javadoc typos
552ace67 is described below

commit 552ace67fd3a5d87e8f28dfd35e69347ac0ef515
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Feb 15 09:00:30 2026 -0500

    Fix Javadoc typos
---
 .../java/org/apache/commons/codec/language/ColognePhonetic.java     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/codec/language/ColognePhonetic.java 
b/src/main/java/org/apache/commons/codec/language/ColognePhonetic.java
index d73d0222..637b9861 100644
--- a/src/main/java/org/apache/commons/codec/language/ColognePhonetic.java
+++ b/src/main/java/org/apache/commons/codec/language/ColognePhonetic.java
@@ -152,7 +152,7 @@ import org.apache.commons.codec.StringEncoder;
  *
  * <h4>Example:</h4>
  *
- * {@code "M}&uuml;{@code ller-L}&uuml;{@code denscheidt"} -> {@code 
"MULLERLUDENSCHEIDT"} -> {@code "6005507500206880022"}
+ * {@code "M}&uuml;{@code ller-L}&uuml;{@code denscheidt"} -&gt; {@code 
"MULLERLUDENSCHEIDT"} -&gt; {@code "6005507500206880022"}
  *
  * </li>
  *
@@ -160,7 +160,7 @@ import org.apache.commons.codec.StringEncoder;
  * <h3>Step 2:</h3>
  * Collapse of all multiple consecutive code digits.
  * <h4>Example:</h4>
- * {@code "6005507500206880022"} -> {@code "6050750206802"}</li>
+ * {@code "6005507500206880022"} -&gt; {@code "6050750206802"}</li>
  *
  * <li>
  * <h3>Step 3:</h3>
@@ -168,7 +168,7 @@ import org.apache.commons.codec.StringEncoder;
  * if they occur after removing the "0" digits.
  *
  * <h4>Example:</h4>
- * {@code "6050750206802"} -> {@code "65752682"}</li>
+ * {@code "6050750206802"} -&gt; {@code "65752682"}</li>
  *
  * </ul>
  *

Reply via email to