Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc: remove optional title prefixes
  • Loading branch information
avivkeller committed Oct 1, 2025
commit c0c8f9ee8397acc3427f1bc4d771fec20d454a2c
2 changes: 1 addition & 1 deletion doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ console.log(Buffer.isEncoding(''));
// Prints: false
```

### Class property: `Buffer.poolSize`
### `Buffer.poolSize`

<!-- YAML
added: v0.11.3
Expand Down
4 changes: 2 additions & 2 deletions doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -1651,7 +1651,7 @@ A MIME string is a structured string containing multiple meaningful
components. When parsed, a `MIMEType` object is returned containing
properties for each of these components.

### Constructor: `new MIMEType(input)`
### `new MIMEType(input)`

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

Expand Down Expand Up @@ -1843,7 +1843,7 @@ added:
The `MIMEParams` API provides read and write access to the parameters of a
`MIMEType`.

### Constructor: `new MIMEParams()`
### `new MIMEParams()`

Creates a new `MIMEParams` object by with empty parameters

Expand Down
Loading