We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d150075 + 3c72caf commit 9e46aa3Copy full SHA for 9e46aa3
1 file changed
README.md
@@ -170,7 +170,7 @@ switch isactive && enoughcr && notadmin {
170
}
171
```
172
173
-If `p.isactive()` returns `true`, then `p.credits()` and `p.usertype()` will never be called.
+If `p.isactive()` returns `false`, then `p.credits()` and `p.usertype()` will never be called.
174
175
With this feature you get the best of both worlds: clean, readable code, without sacrificing performance.
176
0 commit comments