summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2019-11-28 01:35:05 +0100
committerAnna Henningsen <anna@addaleax.net>2019-11-30 01:36:15 +0100
commit0f42727619398766fae66ab23173e02d8a25fff0 (patch)
treed2c6dbaa1e35e5dcd18f2e87d89c70da3c2c6ac0 /src
parent744c734716281b5ef7ad2688ea65818e2354d79a (diff)
downloadandroid-node-v8-0f42727619398766fae66ab23173e02d8a25fff0.tar.gz
android-node-v8-0f42727619398766fae66ab23173e02d8a25fff0.tar.bz2
android-node-v8-0f42727619398766fae66ab23173e02d8a25fff0.zip
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 e070bba3c4..cfd6cd6266 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.