Skip to content

Commit dfb3e8b

Browse files
committed
Improved wording
1 parent be76644 commit dfb3e8b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

contributing/code/bc.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ However, backwards compatibility comes in many different flavors.
77

88
This page has two different target audiences: If you are using Symfony, it will
99
tell you how to make sure that you will be able to upgrade smoothly to all
10-
future 2.x versions. If you are contributing, this page will tell you the rules
11-
you need to follow to ensure smooth upgrades for our users.
10+
future 2.x versions. If you are contributing to Symfony, this page will tell you
11+
the rules that you need to follow to ensure smooth upgrades for our users.
1212

1313
.. note::
1414

@@ -19,8 +19,8 @@ you need to follow to ensure smooth upgrades for our users.
1919
Using Symfony Code
2020
------------------
2121

22-
You are using Symfony in your projects? Stick to the guidelines in this section
23-
in order to guarantee smooth upgrades to all future 2.x versions.
22+
You are using Symfony in your projects? Then stick to the guidelines in this
23+
section in order to guarantee smooth upgrades to all future 2.x versions.
2424

2525

2626
Using Our Interfaces
@@ -58,7 +58,7 @@ Internal Interfaces
5858
...................
5959

6060
Interfaces or interface methods tagged with ``@internal`` are meant for internal
61-
use in Symfony only and should never be used nor implemented.
61+
use in Symfony only. You should never use nor implement them.
6262

6363

6464
Safe Operations
@@ -129,7 +129,7 @@ Internal Classes
129129
................
130130

131131
Classes, properties and class methods tagged with ``@internal`` are meant for
132-
internal use in Symfony only and should never be used nor extended.
132+
internal use in Symfony only. You should never use nor extend them.
133133

134134

135135
Safe Operations

0 commit comments

Comments
 (0)