Skip to content

Commit 9e46aa3

Browse files
Merge pull request #18 from vblz/patch-1
2 parents d150075 + 3c72caf commit 9e46aa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ switch isactive && enoughcr && notadmin {
170170
}
171171
```
172172

173-
If `p.isactive()` returns `true`, then `p.credits()` and `p.usertype()` will never be called.
173+
If `p.isactive()` returns `false`, then `p.credits()` and `p.usertype()` will never be called.
174174

175175
With this feature you get the best of both worlds: clean, readable code, without sacrificing performance.
176176

0 commit comments

Comments
 (0)