diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-08-28 14:25:41 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-08-28 14:25:41 +0100 |
commit | 99562c5800229706d229ad0e47fc60b929e084ad (patch) | |
tree | 92084c1e7a5b881ff0b41d77937b2a4917139566 /doc/markdown/modules | |
parent | ea585b11e57b40046426597e09a550b3214d6b3a (diff) | |
download | rspamd-99562c5800229706d229ad0e47fc60b929e084ad.tar.gz rspamd-99562c5800229706d229ad0e47fc60b929e084ad.zip |
More improvements to documentation.
Diffstat (limited to 'doc/markdown/modules')
-rw-r--r-- | doc/markdown/modules/regexp.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markdown/modules/regexp.md b/doc/markdown/modules/regexp.md index 4964a4d2c..a1a694f33 100644 --- a/doc/markdown/modules/regexp.md +++ b/doc/markdown/modules/regexp.md @@ -11,7 +11,7 @@ functions and lua functions. Rspamd supports the following operators in expressi * `&&` - logical AND (can be also written as `and` or even `&`) * `||` - logical OR (`or` `|`) * `!` - logical NOT (`not`) -* `+` - logical PLUS, usually used with comparisions: +* `+` - logical PLUS, usually used with comparisons: - `>` more than - `<` less than - `>=` more or equal |