Skip to content

Commit

Permalink
docs: typos (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Jan 4, 2025
1 parent 148b1a9 commit ac59b51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/sol-macro-input/src/attr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pub struct SolAttrs {
/// UNIMPLEMENTED: `#[sol(rename = "new_name")]`
pub rename: Option<LitStr>,
// TODO: Implement
/// UNIMPLMENTED: `#[sol(rename_all = "camelCase")]`
/// UNIMPLEMENTED: `#[sol(rename_all = "camelCase")]`
pub rename_all: Option<CasingStyle>,

/// `#[sol(bytecode = "0x1234")]`
Expand Down
2 changes: 1 addition & 1 deletion crates/sol-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ assert_eq!(mvt.abi_encode(), sol_data::Uint::<256>::abi_encode(&U256::from(1)));
## Tokenization/Detokenization

The process of converting from a Rust type to a to an abi token is called
"Tokenization". Typical users will not access tokenizaiton directly.
"Tokenization". Typical users will not access tokenization directly.
Power users should use the [`SolType::tokenize()`] and
[`SolType::detokenize()`] methods.

Expand Down

0 comments on commit ac59b51

Please sign in to comment.