Skip to content

Commit 58b2201

Browse files
authored
Fix linebreak in Code line
1 parent d608101 commit 58b2201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/translation/usage.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ effect after removing the explicit rules:
328328
'{0} There are no apples|[20,Inf[ There are many apples|There is one apple|a_few: There are %count% apples'
329329
330330
For example, for ``1`` apple, the standard rule ``There is one apple`` will
331-
be used. For ``2-19`` apples, the second standard rule ``There are %count%
332-
apples`` will be selected.
331+
be used. For ``2-19`` apples, the second standard rule
332+
``There are %count% apples`` will be selected.
333333

334334
An :class:`Symfony\\Component\\Translation\\Interval` can represent a finite set
335335
of numbers:

0 commit comments

Comments
 (0)