Skip to content

Commit ef27158

Browse files
committed
Updated README.md to reflect that only public class methods are checked.
1 parent a93e9b9 commit ef27158

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ After the inspection is completed, you are given a list of changes that have occ
2020
- Classes
2121
- Class added -> **MINOR**
2222
- Class removed -> **MAJOR**
23-
- Class method added -> **MINOR**
24-
- Class method removed -> **MAJOR**
25-
- Class method parameter mismatch -> **MAJOR**
26-
- Class method implementation changed -> **PATCH**
23+
- Public class method added -> **MINOR**
24+
- Public class method removed -> **MAJOR**
25+
- Public class method parameter mismatch -> **MAJOR**
26+
- Public class method implementation changed -> **PATCH**
2727

2828
## Example
2929

0 commit comments

Comments
 (0)