Skip to content

Commit ac59b51

Browse files
authored
docs: typos (#847)
1 parent 148b1a9 commit ac59b51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/sol-macro-input/src/attr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub struct SolAttrs {
9595
/// UNIMPLEMENTED: `#[sol(rename = "new_name")]`
9696
pub rename: Option<LitStr>,
9797
// TODO: Implement
98-
/// UNIMPLMENTED: `#[sol(rename_all = "camelCase")]`
98+
/// UNIMPLEMENTED: `#[sol(rename_all = "camelCase")]`
9999
pub rename_all: Option<CasingStyle>,
100100

101101
/// `#[sol(bytecode = "0x1234")]`

crates/sol-types/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ assert_eq!(mvt.abi_encode(), sol_data::Uint::<256>::abi_encode(&U256::from(1)));
115115
## Tokenization/Detokenization
116116

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

0 commit comments

Comments
 (0)