Skip to content

Commit 1f44266

Browse files
committed
Minor
1 parent 7a02a00 commit 1f44266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program-analysis/slither/exercise1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Exercise 1: Function Overridden Protection
22

3-
The goal is to create a script that fills in a solidity feature of Solidity that were not present in previous version of Solidity: function overriding protection.
3+
The goal is to create a script that performs a feature that was not present in previous version of Solidity: function overriding protection.
44

55
[exercises/exercise1/coin.sol](exercises/exercise1/coin.sol) contains a function that must never be overridden:
66

0 commit comments

Comments
 (0)