Skip to content

Commit

Permalink
src,doc: rephrase for clarity
Browse files Browse the repository at this point in the history
PR-URL: #34879
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
wjabbour authored and addaleax committed Aug 26, 2020
1 parent cc39bdf commit 9ded294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 9ded294

Please sign in to comment.