Skip to content

Commit 92f2218

Browse files
committed
[Contributing] Fix some minor typos
1 parent 22ea372 commit 92f2218

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contributing/code/bc.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ Change argument type
408408
Add return type No
409409
Remove return type No
410410
Change return type No
411-
**Static Methods and Properties**
411+
**Static Methods and Properties**
412412
Turn non static into static No
413413
Turn static into non static No
414414
=============================================================================== ============== ===============
@@ -477,10 +477,10 @@ Making Code Changes in a Backward Compatible Way
477477
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
478478

479479
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
481481
its features over time and that can be done thanks to some strategies that
482482
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
484484
sections.
485485

486486
.. _add-argument-public-method:

0 commit comments

Comments
 (0)