Skip to content

Commit 331fcaf

Browse files
vuittont60Aniket-Engg
authored andcommitted
fix typo libs/remix-debug/src/solidity-decoder/types/Mapping.ts
1 parent b96b1a8 commit 331fcaf

File tree

1 file changed

+1
-1
lines changed
  • libs/remix-debug/src/solidity-decoder/types

1 file changed

+1
-1
lines changed

libs/remix-debug/src/solidity-decoder/types/Mapping.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class Mapping extends RefType {
6262
}
6363

6464
function getMappingLocation (key, position) {
65-
// mapping storage location decribed at http://solidity.readthedocs.io/en/develop/miscellaneous.html#layout-of-state-variables-in-storage
65+
// mapping storage location described at http://solidity.readthedocs.io/en/develop/miscellaneous.html#layout-of-state-variables-in-storage
6666
// > the value corresponding to a mapping key k is located at keccak256(k . p) where . is concatenation.
6767

6868
// key should be a hex string, and position an int

0 commit comments

Comments
 (0)