Skip to content

Commit 77661b4

Browse files
authored
Merge pull request kunal-kushwaha#722 from pushkarrajsoni/patch-1
Update classes.txt
2 parents 51e03f9 + e1fafb5 commit 77661b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/17-oop/notes/classes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ For example, square(100) passes 100 as an argument. Inside square( ), the parame
5555

5656
NOTE:
5757
Bus bus = new Bus();
58-
lhs(reference i.e. bus) is looked be compiler & rhs (object i.e. new Bus()) is looked by jvm
58+
lhs(reference i.e. bus) is looked by compiler & rhs (object i.e. new Bus()) is looked by jvm

0 commit comments

Comments
 (0)