We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent25443c0 commit11bb879Copy full SHA for 11bb879
contributing/code/bc.rst
@@ -110,7 +110,7 @@ The difference between regular and API classes is that we guarantee full
110
backwards compatibility if you extend an API class and override its methods. We
111
can't give the same promise for regular classes, because there we may, for
112
example, add an optional parameter to a method. Consequently, the signature of
113
-your overridden methodwon't match anymore and generate a fatal error.
+your overridden methodwouldn't match anymore and generate a fatal error.
114
115
In some cases, only specific properties and methods are tagged with the ``@api``
116
tag, even though their class is not. In these cases, we guarantee full backwards