Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
chore: fix some typos in comments (#1569)
Browse files Browse the repository at this point in the history
Signed-off-by: overallteach <[email protected]>
  • Loading branch information
overallteach authored May 6, 2024
1 parent 38ef50e commit 79e7f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/snos-output/src/codec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use crate::StarknetOsOutput;
/// 3. ABI encode parameters
///
/// NOTE: Field element (252 bit) is encoded as an EVM word (256 bit) and vice versa
/// EVM developer should be aware of that and prevent data loss by not using the higest 4 bits
/// EVM developer should be aware of that and prevent data loss by not using the highest 4 bits
pub trait SnosCodec: Sized {
/// Return an estimation of the number of field elements required to encode `self`
///
Expand Down

0 comments on commit 79e7f43

Please sign in to comment.