We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd3911 commit dcbe79aCopy full SHA for dcbe79a
contributing/code/bc.rst
@@ -64,7 +64,7 @@ Operation Normal API
64
============================================== ============== ==============
65
Type hint against Safe Safe
66
Use method Safe Safe
67
-**When Implementing**
+**In Implementing Classes**
68
Implement method Not Safe [1]_ Safe
69
Add custom method Not Safe [1]_ Safe
70
Add custom method parameter Not Safe [1]_ Safe
@@ -127,7 +127,7 @@ Create instance Safe Safe
127
Extend Safe Safe
128
Use public property Safe Safe
129
Use public method Safe Safe
130
-**When Extending**
+**In Extending Classes**
131
Use protected property Not Safe [1]_ Safe
132
Use protected method Not Safe [1]_ Safe
133
Override public property Safe Safe
0 commit comments