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
4
4
uses information about how it - the program - is structured
5
5
in order to do things while running.
6
6
7
- We call it reflection because its as if your code
7
+ We call it reflection because it's as if your code
8
8
looks into a mirror and sees its own reflection.[ ^ whenhumans ]
9
9
10
10
[ ^ 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.
41
41
42
42
[ ^ ifconfused ] : If that seems confusing and useless, you are half
43
43
right. 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
45
45
loop back to it.
You can’t perform that action at this time.
0 commit comments