8000 Grammar · symfony/symfony-docs@11bb879 · GitHub
[go: up one dir, main page]

Skip to content

Commit 11bb879

Browse files
committed
Grammar
1 parent 25443c0 commit 11bb879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/bc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The difference between regular and API classes is that we guarantee full
110110
backwards compatibility if you extend an API class and override its methods. We
111111
can't give the same promise for regular classes, because there we may, for
112112
example, add an optional parameter to a method. Consequently, the signature of
113-
your overridden method won't match anymore and generate a fatal error.
113+
your overridden method wouldn't match anymore and generate a fatal error.
114114

115115
In some cases, only specific properties and methods are tagged with the ``@api``
116116
tag, even though their class is not. In these cases, we guarantee full backwards

0 commit comments

Comments
 (0)
0