Skip to content

Commit 4dc3b88

Browse files
authored
Fix typo in description in packages/trie/package.json
1 parent dd48770 commit 4dc3b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/trie/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "merkle-patricia-tree",
33
"version": "4.0.0",
4-
"description": "This is an implementation of the modified merkle patricia tree as specified in the Ethereum's yellow paper.",
4+
"description": "This is an implementation of the modified merkle patricia tree as specified in Ethereum's yellow paper.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [

0 commit comments

Comments
 (0)