Skip to content

Commit 2336365

Browse files
chore: fix EditorConfig lint errors
PR-URL: #6859 Closes: #6851 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent 5301df6 commit 2336365

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/function/ctor

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/function/ctor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ var v = add.toString();
191191
- In pre-ES2015 environments, only plain identifiers (without defaults) are valid JavaScript parameters.
192192
- Creating `Function` objects with the `Function` constructor is less efficient than declaring a function via a function expression or a function statement.
193193
- The `Function` constructor can be invoked without the `new` operator (using `new` and not using `new` both return a new `Function` object).
194-
- The `Function` constructor creates functions which execute in the **global scope**. Hence, created functions **cannot** access variables local to the scope in which functions were created.
194+
- The `Function` constructor creates functions which execute in the **global scope**. Hence, created functions **cannot** access variables local to the scope in which functions were created.
195195

196196
</section>
197197

0 commit comments

Comments
 (0)