Skip to content

Commit e433ff4

Browse files
authored
Update JavaLecture5.java
1 parent 0415b12 commit e433ff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JavaLecture5.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static void main(String[] args) {
5252

5353

5454
// Types of Java Variables
55-
// - Local Variable (within method - main method or user-defined method)
55+
// - Local Variable (within method or block)
5656
// - Instance Variable
5757
// - Static Variable
5858
}

0 commit comments

Comments
 (0)