Skip to content

Commit

Permalink
VDMUtil tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Nov 5, 2023
1 parent d5e1332 commit e69684f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/src/main/java/VDMUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static Value val2seq_of_char(Value arg)
}

@VDMFunction
public static Value seq_of_char2val_(Value arg)
public static Value seq_of_char2val(Value arg)
{
ValueList result = new ValueList();

Expand Down

0 comments on commit e69684f

Please sign in to comment.