Skip to content

Commit d60813e

Browse files
tiborziishaned
authored andcommitted
Update README.md (ziishaned#31)
1 parent c1cfb1e commit d60813e

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
@@ -173,8 +173,8 @@ zero or more spaces.
173173

174174
### 2.3.2 The Plus
175175

176-
The symbol `+` matches one or more repetitions of the preceding character. For example, the regular expression `c.+t` means: lowercase
177-
letter `c`, followed by any number of character, followed by the lowercase character `t`.
176+
The symbol `+` matches one or more repetitions of the preceding character. For example, the regular expression `c.+t` means: lowercase
177+
letter `c`, followed by at least one character, followed by the lowercase character `t`.
178178

179179
<pre>
180180
"c.+t" => The fat <a href="#learn-regex"><strong>cat sat on the mat</strong></a>.

0 commit comments

Comments
 (0)