Skip to content

Commit 339bb61

Browse files
committed
fixed typo
1 parent 97a7b84 commit 339bb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/crypto/SignSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
/**
1818
* [KECCAK_REVERSED_KEY]: Keccak hash algorithm with key reversed.
19-
* [SHA3]: Sha3 has algorithm without key resersed
19+
* [SHA3]: Sha3 hash algorithm without key resersed
2020
*/
2121
export enum SignSchema {
2222
KECCAK_REVERSED_KEY = 1,

0 commit comments

Comments
 (0)