diff --git a/src/main/java/com/bytelegend/Challenge.java b/src/main/java/com/bytelegend/Challenge.java index 2994fd14..6eb1e76f 100644 --- a/src/main/java/com/bytelegend/Challenge.java +++ b/src/main/java/com/bytelegend/Challenge.java @@ -5,7 +5,7 @@ * * There are some issues in the comments and Javadocs in this class, which fails `mvn verify`. * Please fix it and make sure `mvn verify` pass. - * Note that you should only fix the errors, don't modify the comments themselves. */ + * Note that you should only fix the errors, don't modify the comments themselves. * * Location: C:\users\Documents * Fix the maximum number in three numbers, e.g. max(1,2,3) -> 3