Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2021-02-10 17:20:37 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2021-03-06 18:05:39 +0300
commit0afc8ac12e99ae0791dc12f989400875a85b646b (patch)
tree16bc7912f54d6b48f5a98e94e539bb2679ed5313 /doc/api/buffer.md
parent09461649a8b8590606cface183f29ad3f5723852 (diff)
tools: add support for mjs and cjs JS snippet linting
Refs: https://github.com/nodejs/node/pull/37162 Refs: https://github.com/nodejs/remark-preset-lint-node/pull/176 PR-URL: https://github.com/nodejs/node/pull/37311 Refs: https://github.com/eslint/eslint-plugin-markdown/pull/172 Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/buffer.md')
-rw-r--r--doc/api/buffer.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/buffer.md b/doc/api/buffer.md
index ab357fe1248..764762c986f 100644
--- a/doc/api/buffer.md
+++ b/doc/api/buffer.md
@@ -2647,7 +2647,6 @@ buf.writeFloatBE(0xcafebabe, 0);
console.log(buf);
// Prints: <Buffer 4f 4a fe bb>
-
```
### `buf.writeFloatLE(value[, offset])`
@@ -2856,7 +2855,6 @@ buf.writeIntBE(0x1234567890ab, 0, 6);
console.log(buf);
// Prints: <Buffer 12 34 56 78 90 ab>
-
```
### `buf.writeIntLE(value, offset, byteLength)`