From aeecdc154a834948e23566cffe4175f3de13ab47 Mon Sep 17 00:00:00 2001 From: Zeeshan Ahmad Date: Sat, 13 Jan 2018 22:13:55 +0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de9ac4f..f89d1cc 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ followed by lowercase character `a`, followed by lowercase character `t`, followed by zero or more spaces.
-"\s*cat\s*" => The fat cat sat on the concatenation.
+"\s*cat\s*" => The fat cat sat on the concatenation.
 
[Test the regular expression](https://regex101.com/r/gGrwuz/1)