doc: fix a markdown error in CTC meeting minutes · nodejs/node@4c86fa3

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