8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25443c0 commit 11bb879Copy 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 method won't match anymore and generate a fatal error.
+your overridden method wouldn'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
0 commit comments