Skip to content

Commit

Permalink
squash: align brackets in /doc/api
Browse files Browse the repository at this point in the history
  • Loading branch information
LiviaMedeiros committed May 22, 2022
1 parent 1d2163d commit 3cb39d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/api/async_context.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ class DBQuery extends AsyncResource {
}
```

### Static method: `AsyncResource.bind(fn[, type, [thisArg]])`
### Static method: `AsyncResource.bind(fn[, type[, thisArg]])`

<!-- YAML
added:
Expand Down
2 changes: 1 addition & 1 deletion doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ added:

The total size of the `Blob` in bytes.

### `blob.slice([start, [end, [type]]])`
### `blob.slice([start[, end[, type]]])`

<!-- YAML
added:
Expand Down
2 changes: 1 addition & 1 deletion doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -2912,7 +2912,7 @@ is currently in use. Setting to true requires a FIPS build of Node.js.
This property is deprecated. Please use `crypto.setFips()` and
`crypto.getFips()` instead.

### `crypto.checkPrime(candidate[, options, [callback]])`
### `crypto.checkPrime(candidate[, options[, callback]])`

<!-- YAML
added: v15.8.0
Expand Down

0 comments on commit 3cb39d5

Please sign in to comment.