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.

Regex_Search_Cards