File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Reflection is what we call it when a program
44uses information about how it - the program - is structured
55in order to do things while running.
66
7- We call it reflection because its as if your code
7+ We call it reflection because it's as if your code
88looks into a mirror and sees its own reflection.[ ^ whenhumans ]
99
1010[ ^ whenhumans ] : When a human looks into a mirror they might see their own eye color.
Original file line number Diff line number Diff line change @@ -41,5 +41,5 @@ up front you should use a wildcard.
4141
4242[ ^ ifconfused ] : If that seems confusing and useless, you are half
4343right. It certainly is confusing, but it is pretty useful sometimes.
44- If its still beyond your ken just always write ` Class<?> ` and we'll
44+ If it's still beyond your ken just always write ` Class<?> ` and we'll
4545loop back to it.
You can’t perform that action at this time.
0 commit comments