Skip to content

Commit 4eb418c

Browse files
README: Some minor cleanups
1 parent 889187a commit 4eb418c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ l^Ȩú(¹C³TÂI6ÓQaª}f*Allô, world!p±!éÇ'>aDÙ
8484
```
8585

8686
These strings contain not only a substring that matches the regular expression, but also some
87-
extraneous characters before and/or after the match. If the consumer of these strings applies the
87+
extraneous characters before and/or after the match. If the consumer of these strings recognizes a
8888
general "substring match", that's exactly what you want to give it.
8989

9090
But what if you need to generate only "exact" matches? In other words, strings containing only the matching characters.
@@ -114,7 +114,7 @@ For any regular expression, there is always a miniumum length for any matching s
114114
matches are also limited to some maximum length. `RegExpGen` generates matches of random length that
115115
always lie within the minimum and maximum bounds for the regular expression.
116116

117-
But for many regular expressions, like the one in the previous example, there is no upper bound on
117+
But for many regular expressions, like the one in [the basic example above](#the-basics), there is no upper bound on
118118
the length of a matching string. Nevertheless, as a practical matter, some kind of upper bound is
119119
usually helpful. What to do?
120120

0 commit comments

Comments
 (0)