From 9ded2942a40da0badc9e91b3658fc6a97abcb3a4 Mon Sep 17 00:00:00 2001 From: Turner Jabbour Date: Sat, 22 Aug 2020 12:17:52 -0600 Subject: [PATCH] src,doc: rephrase for clarity PR-URL: https://github.com/nodejs/node/pull/34879 Reviewed-By: James M Snell Reviewed-By: Anna Henningsen --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 079326cd200a49..5885e8fde65177 100644 --- a/src/README.md +++ b/src/README.md @@ -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).