mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
committed by
Anna Henningsen
parent
cc39bdf724
commit
9ded2942a4
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user