Skip to content

Commit 044297f

Browse files
wjabbourrichardlau
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 7ad629e commit 044297f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/README.md

+1-1
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)