Skip to content

Commit a8df2d3

Browse files
PricstasAniket-Engg
authored andcommitted
typo hash.ts
1 parent a87d8ad commit a8df2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-lib/src/hash.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const keccak256 = function(a: Buffer): Uint8Array {
3737
}
3838

3939
/**
40-
* Creates Keccak hash of a utf-8 string input
40+
* Creates Keccak hash of an utf-8 string input
4141
* @param a The input data (String)
4242
* @param bits (number = 256) The Keccak width
4343
*/

0 commit comments

Comments
 (0)