stop using implicit where it's confusing

This commit is contained in:
gnuxie 2022-10-17 13:53:00 +01:00
parent fb16d23a55
commit 553692d800

View File

@ -195,7 +195,7 @@ export enum Access {
Banned,
/// The entity did not match any allow rule.
NotAllowed,
/// The user was allowed implicitly (it matched an allow rule and did not match any banning rules).
/// The user was allowed and didn't match any ban.
Allowed,
}