Skip to content

Commit

Permalink
doc: fix a markdown error in CTC meeting minutes
Browse files Browse the repository at this point in the history
This fixes a markdown formatting error in 2016-07-13 CTC meeting
minutes, __proto__ was rendered incorrectly.

This was found by remark-lint.

PR-URL: #7729
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Robert Jefe Lindstaedt <[email protected]>
  • Loading branch information
ChALkeR authored and cjihrig committed Aug 10, 2016
1 parent d37a17e commit ce776d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ctc-meetings/2016-07-13.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ ELOOP issue has been resolved. Windows problem being addressed in another PR. Ma

### http: don't inherit from Object.prototype [#6102](https://github.com/nodejs/node/pull/6102)

@mscdex: Prevent clash of header names with properties inherited from Object (e.g., __proto__). An object with a null prototype is already being used for the same purpose in `querystring.parse` since v6 release.
@mscdex: Prevent clash of header names with properties inherited from Object (e.g., `__proto__`). An object with a null prototype is already being used for the same purpose in `querystring.parse` since v6 release.

@mscdex: Some have suggested cherry-picking some methods from Object such as `toString`:

Expand Down

0 comments on commit ce776d2

Please sign in to comment.