Skip to content

Commit ef666d3

Browse files
committed
minor #9508 Fix linebreak in Code line (Art4)
This PR was merged into the 2.7 branch. Discussion ---------- Fix linebreak in Code line Small fix that prevents a line break inside an inline code example. This affects all maintained branches (2.7, 2.8, 3.4, 4.0 and master). Commits ------- 58b2201 Fix linebreak in Code line
2 parents d608101 + 58b2201 commit ef666d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/translation/usage.rst

Lines changed: 2 additions & 2 deletions
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)