Skip to content

Commit f3c64e3

Browse files
committed
clarified #491
1 parent 07e270a commit f3c64e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/lib/style_modifier_hunter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
var style_modifier_hunter = function () {
44

55
/**
6-
* Modifies a partial based on the pattern supplied
6+
* Modifies a patterns partial with any styleModifiers found on the supplied partial
77
*
88
* @param pattern {object} the pattern to extend
9-
* @param partial {string} class name
9+
* @param partial {string} partial containing styleModifiers
1010
* @param patternlab {object} the patternlab instance
1111
*/
1212
function consumestylemodifier(pattern, partial, patternlab) {

0 commit comments

Comments
 (0)