Skip to content

Commit bc33431

Browse files
authored
"Many see this as..." or "Many see that this is..."?
This broke my reading flow, and I'm intrigued which was intended: "Many see this as..." - a softer assertion, does not claim to be globally correct. "Many see that this is..." - stronger, reflects what I think the author actually believes (but I'm not sure they intend to speak for everybody)... 'tis a nit, but thanks for taking the time to look at this! :)
1 parent 1026e4d commit bc33431

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)