Skip to content

Commit 302d389

Browse files
wjabbouraddaleax
authored andcommitted
src,doc: rephrase for clarity
PR-URL: #34879 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 4a0c01e commit 302d389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ In most native Node.js objects, the first internal field is used to store a
8989
pointer to a [`BaseObject`][] subclass, which then contains all relevant
9090
information associated with the JavaScript object.
9191

92-
The most typical way of working internal fields are:
92+
Typical ways of working with internal fields are:
9393

9494
* `obj->InternalFieldCount()` to look up the number of internal fields for an
9595
object (`0` for regular JavaScript objects).

0 commit comments

Comments
 (0)