Skip to content

Commit

Permalink
fix: breaking link
Browse files Browse the repository at this point in the history
  • Loading branch information
Nfire2103 committed May 20, 2024
1 parent 0498f0e commit 949b77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions p2p/5.Create_an_ERC-20/Solidity.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
- **private**: Accessible only within the contract.
- [Solidity by Example - Visibility](https://solidity-by-example.org/visibility/)

## Data Location
## Data Locations

- **Storage**: Persistent data stored on the blockchain.
- **Memory**: Temporary data stored during function execution.
- **Stack**: Local variables stored in function execution context.
- [Solidity by Example - Data Location](https://solidity-by-example.org/data-location/)
- [Solidity by Example - Data Locations](https://solidity-by-example.org/data-locations/)

## Mappings and Arrays

Expand Down

0 comments on commit 949b77d

Please sign in to comment.