Skip to content

Commit

Permalink
Update grammar on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes authored Apr 1, 2024
1 parent 644a576 commit 2c5d56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssz-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ mod exports {
};

/// `serialize` is a convenience function for taking a value that
/// implements `SimpleSerialize` and attempting to encode it to
/// implements `SimpleSerialize` and attempts to encode it to
/// a `Vec<u8>` according to the SSZ spec.
pub fn serialize<T>(value: &T) -> Result<crate::lib::Vec<u8>, SerializeError>
where
Expand Down

0 comments on commit 2c5d56c

Please sign in to comment.