Skip to content

Commit 295896d

Browse files
committed
Visibility of state variable section added
1 parent a1f90d2 commit 295896d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/projects/1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ contract WAGMI {
286286

287287
### Visibility of State Variables
288288

289-
In Solidity , there are 3 types of visibility modifiers that a developer can use :
289+
In Solidity , there are 3 types of variable visibility modifiers that a developer can use :
290290

291291
- **Public**: If a state variable visibility is marked as `public` then those variables can be used within the smart contract and can be accessed by other contracts as well.
292292

0 commit comments

Comments
 (0)