From f0bb78accbb0e3c75d982afeb0a4167f5dc05ae4 Mon Sep 17 00:00:00 2001 From: mb21 Date: Wed, 8 May 2024 08:27:36 +0200 Subject: [PATCH] README: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22ff9ce..3e338f8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ An ESnext spec-compliant sync iterator helpers shim/polyfill/replacement that wo This package implements the [es-shim API](https://github.com/es-shims/api) “multi” interface. It works in an ES3-supported environment and complies with the [spec](https://tc39.es/ecma262/#sec-additional-properties-of-the-string.prototype-object). -Because the `Iterator.prototype` methods depend on a receiver (the `this` value), the main export in each subdirectory takes the string to operate on as the first argument. +Because the `Iterator.prototype` methods depend on a receiver (the `this` value), the main export in each subdirectory takes the iterator to operate on as the first argument. The main export of the package itself is simply an array of the available directory names. It’s sole intended use is for build tooling and testing.