Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d37f67d

Browse filesBrowse files
avivkelleraduh95
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 ca2dff6 commit d37f67d
Copy full SHA for d37f67d

File tree

Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎doc/api/buffer.md‎

Copy file name to clipboardExpand all lines: doc/api/buffer.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎doc/api/util.md‎

Copy file name to clipboardExpand all lines: doc/api/util.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.