Skip to content

Commit 98fe74f

Browse files
ChALkeRMylesBorins
authored andcommitted
doc: fix a markdown error in CTC meeting minutes
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]>
1 parent d7e3edc commit 98fe74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ctc-meetings/2016-07-13.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ ELOOP issue has been resolved. Windows problem being addressed in another PR. Ma
169169

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

172-
@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.
172+
@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.
173173

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

0 commit comments

Comments
 (0)