Skip to content

Commit 0e61a05

Browse files
committed
fix: another commit
1 parent ee1c8ea commit 0e61a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/vcdm/Hex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class Hex implements VeChainDataModel<Hex> {
289289
if (!this.isValid(exp)) {
290290
throw new InvalidDataType(
291291
'Hex.of',
292-
'not an hexadecimal expression',
292+
'not an hexadecimal string',
293293
{ exp }
294294
);
295295
}

0 commit comments

Comments
 (0)