Skip to content

Commit 7ae5278

Browse files
authored
Update README.md
Typo
1 parent 3d17df0 commit 7ae5278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Extends the `Regexp` class with the methods: `Regexp#examples` and `Regexp#rando
1010

1111
`Regexp#random_example` returns one, random string (from all possible strings!!) that matches the regex.
1212

13-
\* If the regex has an infinite number of possible srings that match it, such as `/a*b+c{2,}/`,
13+
\* If the regex has an infinite number of possible strings that match it, such as `/a*b+c{2,}/`,
1414
or a huge number of possible matches, such as `/.\w/`, then only a subset of these will be listed.
1515

1616
For more detail on this, see [configuration options](#configuration-options).

0 commit comments

Comments
 (0)