Skip to content

Commit

Permalink
Update address.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cratiu222 authored Sep 20, 2024
1 parent c3b073e commit 639cbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/custom_values/address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use derive_where::derive_where;
/// Use this with [`Address::IsDecodable`].
pub use crate::utils::Yes;

/// This represents the address of a custom value in in the metadata.
/// This represents the address of a custom value in the metadata.
/// Anything that implements it can be used to fetch custom values from the metadata.
/// The trait is implemented by [`str`] for dynamic lookup and [`StaticAddress`] for static queries.
pub trait Address {
Expand Down

0 comments on commit 639cbe8

Please sign in to comment.