File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ Change argument type
408408Add return type No
409409Remove return type No
410410Change return type No
411- **Static Methods and Properties **
411+ **Static Methods and Properties **
412412Turn non static into static No
413413Turn static into non static No
414414=============================================================================== ============== ===============
@@ -477,10 +477,10 @@ Making Code Changes in a Backward Compatible Way
477477~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
478478
479479As 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
481481its features over time and that can be done thanks to some strategies that
482482allow 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
484484sections.
485485
486486.. _add-argument-public-method :
You can’t perform that action at this time.
0 commit comments