Software /
code /
prosody-modules
Diff
mod_firewall/README.markdown @ 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 |
parent | 2594:1e1c929c1aa5 |
child | 4072:2dcbc01c9931 |
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