File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1494,7 +1494,7 @@ console.log(Buffer.isEncoding(''));
14941494// Prints: false
14951495```
14961496
1497- ### Class property: ` Buffer.poolSize `
1497+ ### ` Buffer.poolSize `
14981498
14991499<!-- YAML
15001500added: v0.11.3
Original file line number Diff line number Diff line change @@ -1651,7 +1651,7 @@ A MIME string is a structured string containing multiple meaningful
16511651components. When parsed, a ` MIMEType ` object is returned containing
16521652properties for each of these components.
16531653
1654- ### Constructor: ` new MIMEType(input) `
1654+ ### ` new MIMEType(input) `
16551655
16561656* ` input ` {string} The input MIME to parse
16571657
@@ -1843,7 +1843,7 @@ added:
18431843The ` MIMEParams ` API provides read and write access to the parameters of a
18441844` MIMEType ` .
18451845
1846- ### Constructor: ` new MIMEParams() `
1846+ ### ` new MIMEParams() `
18471847
18481848Creates a new ` MIMEParams ` object by with empty parameters
18491849
You can’t perform that action at this time.
0 commit comments