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:
authorTobias Nießen <tniessen@tnie.de>2022-05-17 22:04:51 +0300
committerBryan English <bryan@bryanenglish.com>2022-05-30 19:33:48 +0300
commit4e9393e32f96812cc0a042fd1b6a431ef73b50aa (patch)
treef374c6642b234f07b9c7c0a2977f6ef9d85d2547 /doc/api/v8.md
parent3e89b7336dbdfb7bec601e52b49d63fa3a0105f4 (diff)
doc: use ASCII apostrophes consistently
PR-URL: https://github.com/nodejs/node/pull/43114 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Diffstat (limited to 'doc/api/v8.md')
-rw-r--r--doc/api/v8.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/v8.md b/doc/api/v8.md
index d5f8fca14c4..15f085e04c4 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -456,7 +456,7 @@ For use inside of a custom [`serializer._writeHostObject()`][].
* `buffer` {Buffer|TypedArray|DataView}
-Write raw bytes into the serializer’s internal buffer. The deserializer
+Write raw bytes into the serializer's internal buffer. The deserializer
will require a way to compute the length of the buffer.
For use inside of a custom [`serializer._writeHostObject()`][].
@@ -571,7 +571,7 @@ For use inside of a custom [`deserializer._readHostObject()`][].
* `length` {integer}
* Returns: {Buffer}
-Read raw bytes from the deserializer’s internal buffer. The `length` parameter
+Read raw bytes from the deserializer's internal buffer. The `length` parameter
must correspond to the length of the buffer that was passed to
[`serializer.writeRawBytes()`][].
For use inside of a custom [`deserializer._readHostObject()`][].