Skip to content

Commit 0860cca

Browse files
committed
Minor tweak
1 parent 3d2a697 commit 0860cca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/expression_language.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ The :method:`Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage::parse`
9393
method returns a :class:`Symfony\\Component\\ExpressionLanguage\\ParsedExpression`
9494
instance that can be used to inspect and manipulate the expression. The
9595
:method:`Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage::lint`, on the
96-
other hand, throws a :class:`Symfony\\Component\\ExpressionLanguage\\SyntaxError` if the expression is not valid::
96+
other hand, throws a :class:`Symfony\\Component\\ExpressionLanguage\\SyntaxError`
97+
if the expression is not valid::
9798

9899
use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
99100

0 commit comments

Comments
 (0)