Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
fix from_int_or_hex_opt doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Nov 26, 2022
1 parent 153cdaf commit 2fbdc46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ethers-core/src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@ where
}
}

/// Deserializes the input into an Option<U256>, using [`from_int_or_hex`] to deserialize the inner
/// value.
/// Deserializes the input into an `Option<U256>`, using [`from_int_or_hex`] to deserialize the
/// inner value.
pub fn from_int_or_hex_opt<'de, D>(deserializer: D) -> Result<Option<U256>, D::Error>
where
D: Deserializer<'de>,
Expand Down

0 comments on commit 2fbdc46

Please sign in to comment.