Skip to content

Commit d45c101

Browse files
committed
Merge branch '2.8' into 3.4
* 2.8: Fix linebreak in Code line Fix link to Tobias' Github profile
2 parents f9f5d69 + 545bf5b commit d45c101

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/translation/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ effect after removing the explicit rules:
351351
'{0} There are no apples|[20,Inf[ There are many apples|There is one apple|a_few: There are %count% apples'
352352
353353
For example, for ``1`` apple, the standard rule ``There is one apple`` will
354-
be used. For ``2-19`` apples, the second standard rule ``There are %count%
355-
apples`` will be selected.
354+
be used. For ``2-19`` apples, the second standard rule
355+
``There are %count% apples`` will be selected.
356356

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

contributing/code/core_team.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Active Core Members
8383
* **Maxime Steinhausser** (`ogizanagi`_) can merge into Config_, Console_,
8484
Form_, Serializer_, DependencyInjection_, and HttpKernel_ components;
8585

86-
* **Tobias Nyholm** (`Nyholm`) manages the official and contrib recipes
86+
* **Tobias Nyholm** (`Nyholm`_) manages the official and contrib recipes
8787
repositories;
8888

8989
* **Samuel Rozé** (`sroze`_) can merge into Messenger_ component.

0 commit comments

Comments
 (0)