Skip to content

Commit d37f67d

Browse files
avivkelleraduh95
authored andcommitted
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 ca2dff6 commit d37f67d

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
@@ -1493,7 +1493,7 @@ console.log(Buffer.isEncoding(''));
14931493
// Prints: false
14941494
```
14951495

1496-
### Class property: `Buffer.poolSize`
1496+
### `Buffer.poolSize`
14971497

14981498
<!-- YAML
14991499
added: v0.11.3
@@ -5531,7 +5531,7 @@ introducing security vulnerabilities into an application.
55315531
[`Buffer.from(arrayBuf)`]: #static-method-bufferfromarraybuffer-byteoffset-length
55325532
[`Buffer.from(buffer)`]: #static-method-bufferfrombuffer
55335533
[`Buffer.from(string)`]: #static-method-bufferfromstring-encoding
5534-
[`Buffer.poolSize`]: #class-property-bufferpoolsize
5534+
[`Buffer.poolSize`]: #bufferpoolsize
55355535
[`ERR_INVALID_BUFFER_SIZE`]: errors.md#err_invalid_buffer_size
55365536
[`ERR_OUT_OF_RANGE`]: errors.md#err_out_of_range
55375537
[`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
@@ -1579,7 +1579,7 @@ A MIME string is a structured string containing multiple meaningful
15791579
components. When parsed, a `MIMEType` object is returned containing
15801580
properties for each of these components.
15811581

1582-
### Constructor: `new MIMEType(input)`
1582+
### `new MIMEType(input)`
15831583

15841584
* `input` {string} The input MIME to parse
15851585

@@ -1771,7 +1771,7 @@ added:
17711771
The `MIMEParams` API provides read and write access to the parameters of a
17721772
`MIMEType`.
17731773

1774-
### Constructor: `new MIMEParams()`
1774+
### `new MIMEParams()`
17751775

17761776
Creates a new `MIMEParams` object by with empty parameters
17771777

0 commit comments

Comments
 (0)