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
path: root/src
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2019-11-28 03:35:05 +0300
committerAnna Henningsen <anna@addaleax.net>2019-11-30 05:58:27 +0300
commit1e7c567734b5518adc21c61c60a00b6611d7a8fd (patch)
treec19266b65817e5ccf3594db24370158a425319d1 /src
parent87136c9bde8ebff235b11f8f315ad30d4030d457 (diff)
doc: address nits for src/README.md
Refs: https://github.com/nodejs/node/pull/30552#pullrequestreview-321954717 PR-URL: https://github.com/nodejs/node/pull/30693 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.md b/src/README.md
index e070bba3c44..cfd6cd6266c 100644
--- a/src/README.md
+++ b/src/README.md
@@ -795,7 +795,7 @@ heap if it is larger. This can be useful for performantly allocating temporary
data if it is typically expected to be small (e.g. file paths).
The `Utf8Value`, `TwoByteValue` (i.e. UTF-16 value) and `BufferValue`
-(`Utf8Value` but copy data from a `Buffer` is that is passed) helpers
+(`Utf8Value` but copy data from a `Buffer` if one is passed) helpers
inherit from this class and allow accessing the characters in a JavaScript
string this way.