mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix typos
This commit is contained in:
@@ -192,7 +192,7 @@ Function Visibility Specifiers
|
||||
|
||||
- ``public``: visible externally and internally (creates accessor function for storage/state variables)
|
||||
- ``private``: only visible in the current contract
|
||||
- ``external``: only visible externally (only for functions) - i.e. can only be message-called (via ``this.fun``)
|
||||
- ``external``: only visible externally (only for functions) - i.e. can only be message-called (via ``this.func``)
|
||||
- ``internal``: only visible internally
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user