Skip to content

Commit f80ba13

Browse files
committed
#291: Fix typo in OptimizeMojo.java.
1 parent f6b1ff3 commit f80ba13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/eolang/hone/OptimizeMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public final class OptimizeMojo extends AbstractMojo {
176176
*
177177
* <p>If rewriting for a file takes longer than the timeout,
178178
* the file remains untouched. The timeout doesn't lead to runtime
179-
* failure, but only to the file processing being skipped.</p>
179+
* failure but only to the file processing being skipped.</p>
180180
*
181181
* @since 0.11.0
182182
* @checkstyle MemberNameCheck (6 lines)

0 commit comments

Comments
 (0)