Skip to content

Commit 2608968

Browse files
authored
Merge pull request getify#1564 from Asipita/patch-1
Grammatical error under prototypes section
2 parents 17b8e89 + edc0433 commit 2608968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get-started/ch3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ homework.topic;
256256
// "JS" -- not "Math"
257257
```
258258

259-
The assignment to `topic` creates a property of that name directly on `otherHomework`; there's no affect on the `topic` property on `homework`. The next statement then accesses `otherHomework.topic`, and we see the non-delegated answer from that new property: `"Math"`.
259+
The assignment to `topic` creates a property of that name directly on `otherHomework`; there's no effect on the `topic` property on `homework`. The next statement then accesses `otherHomework.topic`, and we see the non-delegated answer from that new property: `"Math"`.
260260

261261
| NOTE: |
262262
| :--- |

0 commit comments

Comments
 (0)