File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ Change argument type
408
408
Add return type No
409
409
Remove return type No
410
410
Change return type No
411
- **Static Methods and Properties **
411
+ **Static Methods and Properties **
412
412
Turn non static into static No
413
413
Turn static into non static No
414
414
=============================================================================== ============== ===============
@@ -477,10 +477,10 @@ Making Code Changes in a Backward Compatible Way
477
477
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
478
478
479
479
As you read above, many changes are not allowed because they would represent a
480
- backward compability break. However, we want to be able to improve the code and
480
+ backward compatibility break. However, we want to be able to improve the code and
481
481
its features over time and that can be done thanks to some strategies that
482
482
allow to still do some unallowed changes in several steps that ensure backward
483
- compability and a smooth upgrade path. Some of them are described in the next
483
+ compatibility and a smooth upgrade path. Some of them are described in the next
484
484
sections.
485
485
486
486
.. _add-argument-public-method :
You can’t perform that action at this time.
0 commit comments