From 2015dfe984538726ffba2b9147af0bee83fcfd4c Mon Sep 17 00:00:00 2001
From: unknown
Date: Wed, 13 Jul 2022 18:42:50 +0200
Subject: [PATCH] Rust regex library
---
docs/contributing/Regular-Expression-Regex.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/contributing/Regular-Expression-Regex.html b/docs/contributing/Regular-Expression-Regex.html
index 3d7c548..9aff396 100644
--- a/docs/contributing/Regular-Expression-Regex.html
+++ b/docs/contributing/Regular-Expression-Regex.html
@@ -59,7 +59,7 @@ Let's take a look at The regex in the name field uses C++'s standard regex, which doesn't support unicode.
-The regex in the condition field uses the Rust regex library, which supports unicode by default.
+The regex in the condition field uses the Rust regex library, which supports unicode by default.