Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Per Line is misleading. Even in this reply, we are told that this actually means Per Statement: #9 (comment)
  • Loading branch information
afilina committed Jun 12, 2019
1 parent e4599d8 commit 9b30a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -23,7 +23,7 @@ If you know what you want, jump right to the specific rule:

- [1. Only X Level of Indentation per Method](#1-only-x-level-of-indentation-per-method)
- [2. Do Not Use "else" Keyword](#2-do-not-use-else-keyword)
- [5. Use Only One Object Operator (->) per Line](#5-use-only-one-object-operator---per-line)
- [5. Use Only One Object Operator (->) per Statement](#5-use-only-one-object-operator---per-line)
- [6. Do not Abbreviate](#6-do-not-abbreviate)
- [7. Keep Your Classes Small](#7-keep-your-classes-small)
- [9. Do not Use Getters and Setters](#9-do-not-use-getters-and-setters)
Expand Down Expand Up @@ -168,7 +168,7 @@ services:

---

### 5. [Use Only One Object Operator (`->`) per Line](http://williamdurand.fr/2013/06/03/object-calisthenics/#5-one-dot-per-line)
### 5. [Use Only One Object Operator (`->`) per Statement](http://williamdurand.fr/2013/06/03/object-calisthenics/#5-one-dot-per-line)

:x:

Expand Down

0 comments on commit 9b30a4a

Please sign in to comment.