From 58b2201945fc02bb5290dd8fd003535b1fa2a70a Mon Sep 17 00:00:00 2001 From: Artur Weigandt Date: Wed, 28 Mar 2018 09:05:17 +0200 Subject: [PATCH] Fix linebreak in Code line --- components/translation/usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/translation/usage.rst b/components/translation/usage.rst index f2dace602b3..99add24390e 100644 --- a/components/translation/usage.rst +++ b/components/translation/usage.rst @@ -328,8 +328,8 @@ effect after removing the explicit rules: '{0} There are no apples|[20,Inf[ There are many apples|There is one apple|a_few: There are %count% apples' For example, for ``1`` apple, the standard rule ``There is one apple`` will -be used. For ``2-19`` apples, the second standard rule ``There are %count% -apples`` will be selected. +be used. For ``2-19`` apples, the second standard rule +``There are %count% apples`` will be selected. An :class:`Symfony\\Component\\Translation\\Interval` can represent a finite set of numbers: