We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96b1a8 commit 331fcafCopy full SHA for 331fcaf
libs/remix-debug/src/solidity-decoder/types/Mapping.ts
@@ -62,7 +62,7 @@ export class Mapping extends RefType {
62
}
63
64
function getMappingLocation (key, position) {
65
- // mapping storage location decribed at http://solidity.readthedocs.io/en/develop/miscellaneous.html#layout-of-state-variables-in-storage
+ // mapping storage location described at http://solidity.readthedocs.io/en/develop/miscellaneous.html#layout-of-state-variables-in-storage
66
// > the value corresponding to a mapping key k is located at keccak256(k . p) where . is concatenation.
67
68
// key should be a hex string, and position an int
0 commit comments