From 4410fad5501024d4ce16dcb7c1e478af0694d854 Mon Sep 17 00:00:00 2001 From: CedarMist <134699267+CedarMist@users.noreply.github.com> Date: Tue, 2 Jul 2024 19:56:49 +0100 Subject: [PATCH] contracts: fixed spelling error in comment --- contracts/contracts/Subcall.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/contracts/Subcall.sol b/contracts/contracts/Subcall.sol index 1f5773c4..c165d3d0 100644 --- a/contracts/contracts/Subcall.sol +++ b/contracts/contracts/Subcall.sol @@ -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