Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
nguereza-tony committed Dec 5, 2023
1 parent c2d327e commit ca1430b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tag/CaptureTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function __construct(string $markup, &$tokens, Parser $parser)
parent::__construct($markup, $tokens, $parser);
} else {
throw new ParseException(sprintf(
'Syntax Error in "%s" - Valid syntax: capture [var] [value]',
'Syntax Error in "%s" - Valid syntax: capture [var]',
'capture'
));
}
Expand Down

0 comments on commit ca1430b

Please sign in to comment.