Skip to content

Commit 6b646e5

Browse files
committed
Fix grammar
1 parent b3e69dc commit 6b646e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/reflection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Reflection is what we call it when a program
44
uses information about how it - the program - is structured
55
in 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
88
looks 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.

src/reflection/class_objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4343
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
4545
loop back to it.

0 commit comments

Comments
 (0)