raboof commented on code in PR #308:
URL: https://github.com/apache/commons-validator/pull/308#discussion_r1901678042


##########
src/main/java/org/apache/commons/validator/routines/ISBNValidator.java:
##########
@@ -220,7 +220,7 @@ public boolean isValidISBN13(final String code) {
      * Check the code is either a valid ISBN-10 or ISBN-13 code.
      * <p>
      * If valid, this method returns the ISBN code with
-     * formatting characters removed (i.e. space or hyphen).
+     * formatting characters removed (such as space or hyphen).

Review Comment:
   Thanks for confirming, that means replacing `i.e.` with `such as` is a 
documentation bugfix in this case :+1: 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to