Skip to content

Commit 1fdd47d

Browse files
committed
Corrected slug for regex with operator module approach.
1 parent 2fa6562 commit 1fdd47d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/practice/wordy/.approaches/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
},
2121
{
2222
"uuid": "61f44943-8a12-471b-ab15-d0d10fa4f72f",
23-
"slug": "regex-and-operator-module",
24-
"title": "Regex and the Operator Module",
25-
"blurb": "Use Regex and the Callables from Operator to solve word problems.",
23+
"slug": "regex-with-operator-module",
24+
"title": "Regex with the Operator Module",
25+
"blurb": "Use Regex with the Callables from Operator to solve word problems.",
2626
"authors": ["BethanyG"]
2727
},
2828
{

0 commit comments

Comments
 (0)