We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad629e commit 044297fCopy full SHA for 044297f
src/README.md
@@ -89,7 +89,7 @@ In most native Node.js objects, the first internal field is used to store a
89
pointer to a [`BaseObject`][] subclass, which then contains all relevant
90
information associated with the JavaScript object.
91
92
-The most typical way of working internal fields are:
+Typical ways of working with internal fields are:
93
94
* `obj->InternalFieldCount()` to look up the number of internal fields for an
95
object (`0` for regular JavaScript objects).
0 commit comments