Skip to content

Commit bc5f161

Browse files
committed
Fix typo
1 parent bea2f1f commit bc5f161

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/easycoder-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/easycoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ const EasyCoder_Core = {
585585
Every: {
586586
compile: compiler => {
587587
const lino = compiler.getLino();
588-
const rate = compiler.nextValue();
588+
const rate = compiler.getNextValue();
589589
const m = compiler.peek();
590590
let multiplier = 1000;
591591
if ([`minute`,

js/easycoder/Core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ const EasyCoder_Core = {
585585
Every: {
586586
compile: compiler => {
587587
const lino = compiler.getLino();
588-
const rate = compiler.nextValue();
588+
const rate = compiler.getNextValue();
589589
const m = compiler.peek();
590590
let multiplier = 1000;
591591
if ([`minute`,

0 commit comments

Comments
 (0)