Skip to content

Commit

Permalink
README: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mb21 committed May 8, 2024
1 parent 7df1dfc commit f0bb78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f0bb78a

Please sign in to comment.