Skip to content

Commit 5c8eb9b

Browse files
committed
error
1 parent baf7537 commit 5c8eb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/devore/module/CoreModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ else if (ast.size() > 2)
758758
step = BigDecimal.ONE;
759759
}
760760
if (step.compareTo(BigDecimal.ZERO) == 0)
761-
throw new DevoreRuntimeException("步长不能为零");
761+
throw new DevoreRuntimeException("步长不能为零.");
762762
List<Token> list = new ArrayList<>();
763763
if (step.compareTo(BigDecimal.ZERO) > 0) {
764764
for (BigDecimal current = start;

0 commit comments

Comments
 (0)