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


The following commit(s) were added to refs/heads/master by this push:
     new 6cb20942 Javadoc
6cb20942 is described below

commit 6cb20942488e7c8c0470c91de7d9fd4944be432b
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 7 22:05:51 2025 -0500

    Javadoc
    
    Use emphasis instead of italics
---
 src/main/java/org/apache/commons/validator/routines/package-info.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/validator/routines/package-info.java 
b/src/main/java/org/apache/commons/validator/routines/package-info.java
index 22d8e5b0..45abda1f 100644
--- a/src/main/java/org/apache/commons/validator/routines/package-info.java
+++ b/src/main/java/org/apache/commons/validator/routines/package-info.java
@@ -421,7 +421,7 @@
  * </ul>
  * </li>
  * <li><strong>Case Sensitivity</strong> - matching can be done in either a
- * <i>case-sensitive</i> or <em>case-insensitive</em> way.</li>
+ * <em>case-sensitive</em> or <em>case-insensitive</em> way.</li>
  * <li><strong>Multiple Expressions</strong> - instances of the
  * <a href="RegexValidator.html">RegexValidator</a>
  * can be created to either match against a single regular expression

Reply via email to