Skip to content

Commit

Permalink
docs: update alloy_core::sol reference to real sol (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Feb 14, 2024
1 parent f98c13c commit beb5457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ pub use sol_types::sol;
#[doc(inline)]
pub use alloy_rlp as rlp;

/// [`sol!`](alloy_sol_types::sol!) macro wrapper to route imports to the correct crate.
/// [`sol!`](sol_types::sol!) macro wrapper to route imports to the correct crate.
///
/// See [`sol!`](alloy_sol_types::sol!) for the actual macro documentation.
/// See [`sol!`](sol_types::sol!) for the actual macro documentation.
#[cfg(all(not(doc), feature = "sol-types"))]
#[doc(hidden)]
#[macro_export]
Expand Down

0 comments on commit beb5457

Please sign in to comment.