Skip to content

Commit 3a12d5f

Browse files
authored
Merge pull request #1338 from ENuge/patch-1
"Many see this as..." or "Many see that this is..."?
2 parents 1026e4d + bc33431 commit 3a12d5f

File tree

1 file changed

+1
-1
lines changed
  • this & object prototypes

1 file changed

+1
-1
lines changed

this & object prototypes/ch4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ There's another variation, the so called "Diamond Problem", which refers to the
234234

235235
These complications go even much deeper than this quick glance. We address them here only so we can contrast to how JavaScript's mechanisms work.
236236

237-
JavaScript is simpler: it does not provide a native mechanism for "multiple inheritance". Many see this is a good thing, because the complexity savings more than make up for the "reduced" functionality. But this doesn't stop developers from trying to fake it in various ways, as we'll see next.
237+
JavaScript is simpler: it does not provide a native mechanism for "multiple inheritance". Many see this as a good thing, because the complexity savings more than make up for the "reduced" functionality. But this doesn't stop developers from trying to fake it in various ways, as we'll see next.
238238

239239
## Mixins
240240

0 commit comments

Comments
 (0)