Skip to content

Commit f9a8747

Browse files
committed
comment update
1 parent 6e07b8c commit f9a8747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/ui_builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function addToPatternPaths(patternlab, pattern) {
2020

2121
//todo: refactor this as a method on the pattern object itself once we merge dev with pattern-engines branch
2222
function isPatternExcluded(pattern) {
23-
// returns whether or not the first character of the pattern type, subtype, other nested dirs, or filename is an underscore
23+
// returns whether or not the first character of the pattern type, subtype, further nested dirs, or filename is an underscore
2424
if (pattern.isPattern) {
2525
if (
2626
pattern.relPath.charAt(0) === '_' ||

0 commit comments

Comments
 (0)