Skip to content

Commit

Permalink
Update packages/ssz/src/viewDU/listComposite.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Cayman <[email protected]>
  • Loading branch information
ensi321 and wemeetagain authored Apr 19, 2024
1 parent 10e9fdb commit eaa0fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ssz/src/viewDU/listComposite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class ListCompositeTreeViewDU<
*
* ```ts
* const nodes = getChunkNodes()
* return listFromChunkNodes(node.clice(index))
* return listFromChunkNodes(node.slice(index))
* ```
*
* Note: If index === n, returns an empty list of length 0
Expand Down

0 comments on commit eaa0fb3

Please sign in to comment.