Mercurial > prosody-modules
changeset 6503:74774ec3af1d
mod_firewall: Fix MAY syntax in documentation
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 26 Mar 2026 13:41:36 +0000 |
| parents | b15601203d0d |
| children | ce716e5e0fee |
| files | mod_firewall/README.md |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_firewall/README.md Thu Mar 26 13:33:44 2026 +0000 +++ b/mod_firewall/README.md Thu Mar 26 13:41:36 2026 +0000 @@ -495,7 +495,7 @@ Condition Description ----------------------- -------------------------------------------------------------------- - `MAY=permission` Checks whether 'permission' is allowed in the current context. + `MAY: permission` Checks whether 'permission' is allowed in the current context. As with all other conditions, `MAY` can be combined with `NOT` to negate the result of the check.
