Skip to content

Commit

Permalink
πŸ“ fix small typo on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Sep 13, 2023
1 parent 4d064d8 commit d348bff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ library Secp256r1 {
return ret;
}

// WraPPer for built-in BigNumber_modexp (contract 0x5) as described here. https://github.com/ethereum/EIPs/pull/198
// Wrapper for built-in BigNumber_modexp (contract 0x5) as described here. https://github.com/ethereum/EIPs/pull/198
function modexp(
uint256 _base,
uint256 _exp,
Expand Down

0 comments on commit d348bff

Please sign in to comment.