Skip to content

Commit 61c5588

Browse files
committed
docs: lint
1 parent 01c4725 commit 61c5588

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

doc/api/buffer.md

+17-15
Original file line numberDiff line numberDiff line change
@@ -2077,7 +2077,7 @@ added: v5.3.0
20772077
changes:
20782078
- version: REPLACEME
20792079
pr-url: https://github.com/nodejs/node/pull/56578
2080-
description: supports Uint8Array as `this` value
2080+
description: supports Uint8Array as `this` value.
20812081
-->
20822082

20832083
* `value` {string|Buffer|Uint8Array|integer} What to search for.
@@ -2965,13 +2965,14 @@ console.log(buf.readInt32LE(1));
29652965
<!-- YAML
29662966
added: v0.11.15
29672967
changes:
2968+
- version: REPLACEME
2969+
pr-url: https://github.com/nodejs/node/pull/56578
2970+
description: supports Uint8Array as `this` value.
29682971
- version: v10.0.0
29692972
pr-url: https://github.com/nodejs/node/pull/18395
29702973
description: Removed `noAssert` and no implicit coercion of the offset
29712974
and `byteLength` to `uint32` anymore.
2972-
- version: REPLACEME
2973-
pr-url: https://github.com/nodejs/node/pull/56578
2974-
description: supports Uint8Array as `this` value
2975+
29752976
-->
29762977

29772978
* `offset` {integer} Number of bytes to skip before starting to read. Must
@@ -3015,13 +3016,14 @@ console.log(buf.readIntBE(1, 0).toString(16));
30153016
<!-- YAML
30163017
added: v0.11.15
30173018
changes:
3019+
- version: REPLACEME
3020+
pr-url: https://github.com/nodejs/node/pull/56578
3021+
description: supports Uint8Array as `this` value.
30183022
- version: v10.0.0
30193023
pr-url: https://github.com/nodejs/node/pull/18395
30203024
description: Removed `noAssert` and no implicit coercion of the offset
30213025
and `byteLength` to `uint32` anymore.
3022-
- version: REPLACEME
3023-
pr-url: https://github.com/nodejs/node/pull/56578
3024-
description: supports Uint8Array as `this` value
3026+
30253027
-->
30263028

30273029
* `offset` {integer} Number of bytes to skip before starting to read. Must
@@ -3295,6 +3297,9 @@ console.log(buf.readUInt32LE(1).toString(16));
32953297
<!-- YAML
32963298
added: v0.11.15
32973299
changes:
3300+
- version: REPLACEME
3301+
pr-url: https://github.com/nodejs/node/pull/56578
3302+
description: supports Uint8Array as `this` value.
32983303
- version:
32993304
- v14.9.0
33003305
- v12.19.0
@@ -3304,9 +3309,6 @@ changes:
33043309
pr-url: https://github.com/nodejs/node/pull/18395
33053310
description: Removed `noAssert` and no implicit coercion of the offset
33063311
and `byteLength` to `uint32` anymore.
3307-
- version: REPLACEME
3308-
pr-url: https://github.com/nodejs/node/pull/56578
3309-
description: supports Uint8Array as `this` value
33103312
-->
33113313

33123314
* `offset` {integer} Number of bytes to skip before starting to read. Must
@@ -3348,6 +3350,9 @@ console.log(buf.readUIntBE(1, 6).toString(16));
33483350
<!-- YAML
33493351
added: v0.11.15
33503352
changes:
3353+
- version: REPLACEME
3354+
pr-url: https://github.com/nodejs/node/pull/56578
3355+
description: supports Uint8Array as `this` value.
33513356
- version:
33523357
- v14.9.0
33533358
- v12.19.0
@@ -3357,9 +3362,6 @@ changes:
33573362
pr-url: https://github.com/nodejs/node/pull/18395
33583363
description: Removed `noAssert` and no implicit coercion of the offset
33593364
and `byteLength` to `uint32` anymore.
3360-
- version: REPLACEME
3361-
pr-url: https://github.com/nodejs/node/pull/56578
3362-
description: supports Uint8Array as `this` value
33633365
-->
33643366

33653367
* `offset` {integer} Number of bytes to skip before starting to read. Must
@@ -3806,7 +3808,7 @@ added: v0.1.90
38063808
changes:
38073809
- version: REPLACEME
38083810
pr-url: https://github.com/nodejs/node/pull/56578
3809-
description: supports Uint8Array as `this` value
3811+
description: supports Uint8Array as `this` value.
38103812
-->
38113813

38123814
* `encoding` {string} The character encoding to use. **Default:** `'utf8'`.
@@ -3948,7 +3950,7 @@ added: v0.1.90
39483950
changes:
39493951
- version: REPLACEME
39503952
pr-url: https://github.com/nodejs/node/pull/56578
3951-
description: supports Uint8Array as `this` value
3953+
description: supports Uint8Array as `this` value.
39523954
-->
39533955

39543956
* `string` {string} String to write to `buf`.

0 commit comments

Comments
 (0)