Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dfb3e8b

Browse filesBrowse files
committed
Improved wording
1 parent be76644 commit dfb3e8b
Copy full SHA for dfb3e8b

File tree

Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed

‎contributing/code/bc.rst

Copy file name to clipboardExpand all lines: contributing/code/bc.rst
+6-6Lines changed: 6 additions & 6 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.