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:
authorTurner Jabbour <doubleujabbour@gmail.com>2020-08-22 21:17:52 +0300
committerAnna Henningsen <anna@addaleax.net>2020-08-26 20:12:39 +0300
commit9ded2942a40da0badc9e91b3658fc6a97abcb3a4 (patch)
treeef673080922763d7d1ca1ad0a2826abbf457a35d /src/README.md
parentcc39bdf72442aa7800d20c9a832b3aa0a069acdf (diff)
src,doc: rephrase for clarity
PR-URL: https://github.com/nodejs/node/pull/34879 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'src/README.md')
-rw-r--r--src/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.md b/src/README.md
index 079326cd200..5885e8fde65 100644
--- a/src/README.md
+++ b/src/README.md
@@ -89,7 +89,7 @@ In most native Node.js objects, the first internal field is used to store a
pointer to a [`BaseObject`][] subclass, which then contains all relevant
information associated with the JavaScript object.
-The most typical way of working internal fields are:
+Typical ways of working with internal fields are:
* `obj->InternalFieldCount()` to look up the number of internal fields for an
object (`0` for regular JavaScript objects).