Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rozek committed Aug 3, 2024
1 parent d07bb6b commit c7d0372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LiveDemo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@
}
/**** ValueIsStepList ****/
function ValueIsStepList(Value) {
return ValueIsListSatisfying(Value, ValueIsStepList);
return ValueIsListSatisfying(Value, ValueIsStep);
}
/**** ValueIsParameter ****/
function ValueIsParameter(Value) {
Expand Down

0 comments on commit c7d0372

Please sign in to comment.