Skip to content

Commit d22dc06

Browse files
author
Erik Hansen
committed
MAGETWO-37672: Responsive Email Foundation
- Fixed incorrect comment
1 parent 3d6c64a commit d22dc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Filter/Template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function getTemplateProcessor()
109109
*/
110110
public function filter($value)
111111
{
112-
// "depend", "if", and "include" directives should be first
112+
// "depend", "if", and "template" directives should be first
113113
foreach ([
114114
self::CONSTRUCTION_DEPEND_PATTERN => 'dependDirective',
115115
self::CONSTRUCTION_IF_PATTERN => 'ifDirective',

0 commit comments

Comments
 (0)