@@ -7,8 +7,8 @@ However, backwards compatibility comes in many different flavors.
77
88This page has two different target audiences: If you are using Symfony, it will
99tell 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.
1919Using 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
2626Using Our Interfaces
@@ -58,7 +58,7 @@ Internal Interfaces
5858...................
5959
6060Interfaces or interface methods tagged with ``@internal `` are meant for internal
61- use in Symfony only and should neverbe used norimplemented .
61+ use in Symfony only. You should neveruse norimplement them .
6262
6363
6464Safe Operations
@@ -129,7 +129,7 @@ Internal Classes
129129................
130130
131131Classes, properties and class methods tagged with ``@internal `` are meant for
132- internal use in Symfony only and should neverbe used norextended .
132+ internal use in Symfony only. You should neveruse norextend them .
133133
134134
135135Safe Operations