Skip to content

Commit 24c1ef9

Browse files
avivkellertargos
authored andcommitted
doc: remove optional title prefixes
PR-URL: #60087 Refs: nodejs/doc-kit#378 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 831a0d3 commit 24c1ef9

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
@@ -5535,7 +5535,7 @@ introducing security vulnerabilities into an application.
55355535
[`Buffer.from(arrayBuf)`]: #static-method-bufferfromarraybuffer-byteoffset-length
55365536
[`Buffer.from(buffer)`]: #static-method-bufferfrombuffer
55375537
[`Buffer.from(string)`]: #static-method-bufferfromstring-encoding
5538-
[`Buffer.poolSize`]: #class-property-bufferpoolsize
5538+
[`Buffer.poolSize`]: #bufferpoolsize
55395539
[`ERR_INVALID_BUFFER_SIZE`]: errors.md#err_invalid_buffer_size
55405540
[`ERR_OUT_OF_RANGE`]: errors.md#err_out_of_range
55415541
[`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
@@ -1628,7 +1628,7 @@ A MIME string is a structured string containing multiple meaningful
16281628
components. When parsed, a `MIMEType` object is returned containing
16291629
properties for each of these components.
16301630

1631-
### Constructor: `new MIMEType(input)`
1631+
### `new MIMEType(input)`
16321632

16331633
* `input` {string} The input MIME to parse
16341634

@@ -1820,7 +1820,7 @@ added:
18201820
The `MIMEParams` API provides read and write access to the parameters of a
18211821
`MIMEType`.
18221822

1823-
### Constructor: `new MIMEParams()`
1823+
### `new MIMEParams()`
18241824

18251825
Creates a new `MIMEParams` object by with empty parameters
18261826

0 commit comments

Comments
 (0)