Skip to content

Commit

Permalink
Merge pull request #72 from ralexstokes/ralexstokes-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ralexstokes authored Jun 8, 2023
2 parents 2db5e47 + c5b5135 commit 5fc1fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ For example, the `uint64` type from the `SSZ` spec is represented by Rust's nati

The library also provides custom types for `List`, `Vector`, `Bitlist` and `Bitvector` following the `SSZ` spec.
Each of these custom types should behave approximately like Rust's `Vec` type. A notable exception is deferring to
the underlying types iteration capabilities; e.g. to iterate a `List` you must explicitly call `.iter()`.
the underlying type's iteration capabilities; e.g. to iterate a `List` you must explicitly call `.iter()`.

For safety, there are only a few ways to construct an instance of each of these custom types:

Expand Down

0 comments on commit 5fc1fda

Please sign in to comment.