diff --git a/lib/node_modules/@stdlib/array/index/README.md b/lib/node_modules/@stdlib/array/index/README.md index 9c66e8837e22..1ce375fd9028 100644 --- a/lib/node_modules/@stdlib/array/index/README.md +++ b/lib/node_modules/@stdlib/array/index/README.md @@ -26,7 +26,7 @@ limitations under the License.
-In JavaScript, only strings and symbols are valid property names. When providing values for property names which are not string or symbols, the values are serialized to strings **prior to** attempting to access property values. For example, the following +In JavaScript, only strings and symbols are valid property names. When providing values for property names which are not strings or symbols, the values are serialized to strings **prior to** attempting to access property values. For example, the following ```javascript // Create an array: