Software /
code /
prosody-modules
Changeset
3197:f6a14cdc531b
mod_firewall: Add a missing space after a comma in the README.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Wed, 01 Aug 2018 10:00:53 +0200 |
parents | 3196:01503000d2f1 |
children | 3198:f3e452b43cfe |
files | mod_firewall/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_firewall/README.markdown Tue Jul 31 18:29:08 2018 +0200 +++ b/mod_firewall/README.markdown Wed Aug 01 10:00:53 2018 +0200 @@ -274,7 +274,7 @@ You can use INSPECT to test for the existence of an element or attribute, or you can see if it is equal to a string by appending `=STRING` (as in the -example above). Finally,you can also test whether it matches a given Lua +example above). Finally, you can also test whether it matches a given Lua pattern by using `~=PATTERN`. INSPECT is somewhat slower than the other stanza matching conditions. To