diff --git a/libs/remix-debug/src/solidity-decoder/types/util.ts b/libs/remix-debug/src/solidity-decoder/types/util.ts index a8d78b3acd..aec2849227 100644 --- a/libs/remix-debug/src/solidity-decoder/types/util.ts +++ b/libs/remix-debug/src/solidity-decoder/types/util.ts @@ -38,7 +38,7 @@ export function extractHexByteSlice (slotValue, byteLength, offsetFromLSB) { } /** - * @returns a hex encoded storage content at the given @arg location. it does not have Ox prefix but always has the full length. + * @returns a hex encoded storage content at the given @arg location. it does not have 0x prefix but always has the full length. * * @param {Object} location - object containing the slot and offset of the data to extract. * @param {Object} storageResolver - storage resolver