Remove outdated comment on set_to_regex.

We can add patterns at runtime since 2.6.
This commit is contained in:
Johanna Amann 2020-05-05 14:22:38 -07:00
parent 156686b237
commit 7d28a6ee9a

View file

@ -4,7 +4,7 @@ module GLOBAL;
## Given a pattern as a string with two tildes (~~) contained in it, it will ## Given a pattern as a string with two tildes (~~) contained in it, it will
## return a pattern with string set's elements OR'd together where the ## return a pattern with string set's elements OR'd together where the
## double-tilde was given (this function only works at or before init time). ## double-tilde was given.
## ##
## ss: a set of strings to OR together. ## ss: a set of strings to OR together.
## ##