Skip to content

Commit 0e942cc

Browse files
authored
doc: remove optional title prefixes
PR-URL: #60087 Refs: nodejs/doc-kit#378 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 307eaca commit 0e942cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/api/buffer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
15001500
added: v0.11.3
@@ -5515,7 +5515,7 @@ introducing security vulnerabilities into an application.
55155515
[`Buffer.from(arrayBuf)`]: #static-method-bufferfromarraybuffer-byteoffset-length
55165516
[`Buffer.from(buffer)`]: #static-method-bufferfrombuffer
55175517
[`Buffer.from(string)`]: #static-method-bufferfromstring-encoding
5518-
[`Buffer.poolSize`]: #class-property-bufferpoolsize
5518+
[`Buffer.poolSize`]: #bufferpoolsize
55195519
[`ERR_INVALID_BUFFER_SIZE`]: errors.md#err_invalid_buffer_size
55205520
[`ERR_OUT_OF_RANGE`]: errors.md#err_out_of_range
55215521
[`JSON.stringify()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify

doc/api/util.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@ A MIME string is a structured string containing multiple meaningful
16511651
components. When parsed, a `MIMEType` object is returned containing
16521652
properties 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:
18431843
The `MIMEParams` API provides read and write access to the parameters of a
18441844
`MIMEType`.
18451845

1846-
### Constructor: `new MIMEParams()`
1846+
### `new MIMEParams()`
18471847

18481848
Creates a new `MIMEParams` object by with empty parameters
18491849

0 commit comments

Comments
 (0)