Skip to content

Commit

Permalink
contracts: fixed spelling error in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CedarMist committed Jul 2, 2024
1 parent 2ff4c6a commit 4410fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/contracts/Subcall.sol
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ library Subcall {
/// CBOR parser expected a key, but it was not found in the map!
error MissingKey();

/// Valid cannot be parsed as a uint
/// Value cannot be parsed as a uint
error InvalidUintPrefix(uint8);

/// Unsigned integer of unknown size
Expand Down

0 comments on commit 4410fad

Please sign in to comment.