| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -89,7 +89,7 @@ In most native Node.js objects, the first internal field is used to store a | |||
| 89 | 89 | pointer to a [`BaseObject`][] subclass, which then contains all relevant | |
| 90 | 90 | information associated with the JavaScript object. | |
| 91 | 91 | ||
| 92 | - The most typical way of working internal fields are: | ||
| 92 | + Typical ways of working with internal fields are: | ||
| 93 | 93 | ||
| 94 | 94 | * `obj->InternalFieldCount()` to look up the number of internal fields for an | |
| 95 | 95 | object (`0` for regular JavaScript objects). | |
| Back | FazBrowse Home | New Git URL |
0 commit comments