We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d608101 commit 58b2201Copy full SHA for 58b2201
components/translation/usage.rst
@@ -328,8 +328,8 @@ effect after removing the explicit rules:
328
'{0} There are no apples|[20,Inf[ There are many apples|There is one apple|a_few: There are %count% apples'
329
330
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.
+be used. For ``2-19`` apples, the second standard rule
+``There are %count% apples`` will be selected.
333
334
An :class:`Symfony\\Component\\Translation\\Interval` can represent a finite set
335
of numbers:
0 commit comments