summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2019-10-02 01:18:17 -0400
committerRich Trott <rtrott@gmail.com>2019-10-09 20:55:16 -0700
commit63f5a76c1dd9e9c3d4851d41eb1593d9838bad71 (patch)
treee0616d3f5a93052ad287be87ecd63c542128445c /doc
parent0d061e2d090c6aa8b2874289ecdfc28a4d0f2eff (diff)
downloadandroid-node-v8-63f5a76c1dd9e9c3d4851d41eb1593d9838bad71.tar.gz
android-node-v8-63f5a76c1dd9e9c3d4851d41eb1593d9838bad71.tar.bz2
android-node-v8-63f5a76c1dd9e9c3d4851d41eb1593d9838bad71.zip
test: remove spaces inside code span elements
Applies MarkdownLint MD038 rule PR-URL: https://github.com/nodejs/node/pull/29329 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/buffer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/buffer.md b/doc/api/buffer.md
index 713024a21b..2d37c65b8d 100644
--- a/doc/api/buffer.md
+++ b/doc/api/buffer.md
@@ -1458,7 +1458,7 @@ changes:
* `value` {string|Buffer|Uint8Array|integer} What to search for.
* `byteOffset` {integer} Where to begin searching in `buf`. If negative, then
offset is calculated from the end of `buf`. **Default:**
- [`buf.length`][] `- 1`.
+ `buf.length - 1`.
* `encoding` {string} If `value` is a string, this is the encoding used to
determine the binary representation of the string that will be searched for in
`buf`. **Default:** `'utf8'`.