Skip to content

Commit fe3569f

Browse files
committed
Add a minor jsDoc description
1 parent d8d6594 commit fe3569f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/js-partial-foreach.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@
6565
// Config options
6666

6767
/**
68-
* The config object of "foreach", which holds the global configuration.
68+
* The config typedef of "foreach", which describes possible configurations.
69+
*
70+
* This typedef is used internally, but it can be used also as a **helper guide, when changing configurations**.
71+
* Do not worry about incidentally changing the internal or global options of "foreach" by using this typedef.
6972
*
7073
* @typedef {Object} config
7174
*

0 commit comments

Comments
 (0)