From 7ae52785a6f5c9b266759d33881d9de409b50551 Mon Sep 17 00:00:00 2001 From: Tom Lord Date: Wed, 28 Jun 2017 14:05:56 +0100 Subject: [PATCH] Update README.md Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f13683e..9afacf2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Extends the `Regexp` class with the methods: `Regexp#examples` and `Regexp#rando `Regexp#random_example` returns one, random string (from all possible strings!!) that matches the regex. -\* If the regex has an infinite number of possible srings that match it, such as `/a*b+c{2,}/`, +\* If the regex has an infinite number of possible strings that match it, such as `/a*b+c{2,}/`, or a huge number of possible matches, such as `/.\w/`, then only a subset of these will be listed. For more detail on this, see [configuration options](#configuration-options).