aboutsummaryrefslogtreecommitdiff
path: root/src/re_set.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/re_set.rs')
-rw-r--r--src/re_set.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/re_set.rs b/src/re_set.rs
index 0a00229..5cb47ad 100644
--- a/src/re_set.rs
+++ b/src/re_set.rs
@@ -43,7 +43,7 @@ $(#[$doc_regexset_example])*
/// Note that it would be possible to adapt the above example to using `Regex`
/// with an expression like:
///
-/// ```ignore
+/// ```text
/// (?P<email>[a-z]+@(?P<email_domain>[a-z]+[.](com|org|net)))|(?P<domain>[a-z]+[.](com|org|net))
/// ```
///