Skip to content

Commit 5d162d1

Browse files
dnwhtebmuenzenmeyer
authored andcommitted
Fix types
1 parent d29c831 commit 5d162d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/patternengine-node-nunjucks/lib/engine_nunjucks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ var engine_nunjucks = {
134134
return matches;
135135
},
136136

137-
// handled by nunjucks. This is error to keep PL from erroring
137+
// handled by nunjucks. This is here to keep PL from erroring
138138
findPartialsWithStyleModifiers: function () {
139139
return null;
140140
},
141141

142-
// handled by nunjucks. This is error to keep PL from erroring
142+
// handled by nunjucks. This is here to keep PL from erroring
143143
findPartialsWithPatternParameters: function () {
144144
return null;
145145
}

0 commit comments

Comments
 (0)