diff --git a/crates/sol-macro-expander/src/expand/contract.rs b/crates/sol-macro-expander/src/expand/contract.rs index 03a4a4e3c..83763855f 100644 --- a/crates/sol-macro-expander/src/expand/contract.rs +++ b/crates/sol-macro-expander/src/expand/contract.rs @@ -34,7 +34,7 @@ pub(super) fn expand(cx: &mut ExpCtxt<'_>, contract: &ItemContract) -> Result]` (contracts and alike only): generates a structs with methods to +/// - `rpc [ = ]` (contracts and alike only): generates a structs with methods to /// construct `eth_call`s to an on-chain contract through Ethereum JSON RPC, similar to the /// default behavior of [`abigen`]. This makes use of the [`alloy-contract`](https://github.com/alloy-rs/alloy) /// crate.