summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-06-01 03:21:44 +0100
committerSadie Powell <sadie@witchery.services>2021-06-01 03:21:44 +0100
commit70aa5434fb7dbed3048837701c017ee5a6d93a5a (patch)
tree84e57a87098cdc837eb25ac22ff51278ec32799b
parent2688cfbad5e121945f61e0f5f023c904a19c7009 (diff)
Fix the name of the regex_stdlib regex engine.
-rw-r--r--docs/conf/modules.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example
index 6eb61cc38..87648a88f 100644
--- a/docs/conf/modules.conf.example
+++ b/docs/conf/modules.conf.example
@@ -927,8 +927,8 @@
# tre - TRE regexps, provided via regex_tre, requires libtre. #
# posix - POSIX regexps, provided via regex_posix, not available #
# on Windows, no dependencies on other operating systems. #
-# stdlib - stdlib regexps, provided via regex_stdlib, see comment #
-# at the <module> tag for info on availability. #
+# stdregex - stdlib regexps, provided via regex_stdlib, see comment #
+# at the <module> tag for info on availability. #
# #
# If notifyuser is set to no, the user will not be notified when #
# their message is blocked. #