Skip to content

Commit

Permalink
Fix typo in comments in 7-storage.md (CryptozombiesHQ#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktttnv authored Jan 27, 2023
1 parent 36034a5 commit 8be6abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ru/2/7-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ contract SandwichFactory {
Sandwich[] sandwiches;
function eatSandwich(uint _index) public {
// Сэндвич mySandwich = sandwiches[_index];
// Sandwich mySandwich = sandwiches[_index];
// ^ Вроде все в порядке, но Solidity выдаст предупреждение,
// что надо ясно указать `storage` или `memory`.
Expand Down

0 comments on commit 8be6abb

Please sign in to comment.