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>
This commit is contained in:
Turner Jabbour
2020-08-22 12:17:52 -06:00
committed by Anna Henningsen
parent cc39bdf724
commit 9ded2942a4

View File

@@ -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).