You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lessons/projects/1.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -286,7 +286,7 @@ contract WAGMI {
286
286
287
287
### Visibility of State Variables
288
288
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 :
290
290
291
291
-**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.
0 commit comments