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 c4f6b8d commit 9fa59ffCopy full SHA for 9fa59ff
MemoryArrayBuilding/MemoryArrayBuildingGasExample.sol
@@ -14,7 +14,7 @@ contract MemoryArrayBuildingCheap {
14
15
mapping(address => uint) public ownerItemCount;
16
17
- function getItemsbyOwner(address _owner) pubic view returns (uint[]) {
+ function getItemsbyOwner(address _owner) public view returns (uint[]) {
18
uint[] memory result = new uint[](ownerItemCount[_owner]);
19
20
uint counter = 0;
0 commit comments