We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d150075 commit 3c72cafCopy full SHA for 3c72caf
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