Skip to content

Commit e68610f

Browse files
committed
link doc change
1 parent 4b17c9c commit e68610f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

viat/blocks/link.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ class LinkBlock extends Block {
1414
super(config);
1515
return this;
1616
}
17-
// Create Hash Link Block than can
18-
// link distant blocks together with a deterministic hash acting as a shared link
17+
// Create Hash Link Block then can link distant blocks together with a deterministic hash acting as a shared link
1918
async createHashLink(...blocks) {
2019
const blockHashes = await mapAsyncArray(blocks, async (item) => {
2120
return item.getHash();

0 commit comments

Comments
 (0)