Skip to content

Commit

Permalink
a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
qwe1164915372 authored Oct 5, 2023
1 parent cbc5c02 commit 49548c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ slug: Web/JavaScript/Guide/Regular_expressions/Quantifiers
<td>
<p>
将前一项“x”匹配 1
次或更多次。等价于{1,}。例如,/a+/匹配“candy”中的“a”和“caaaaaaandy”中的“a”。
次或更多次。等价于{1,}。例如,/a+/匹配“candy”中的“a”和“caaaaaaandy”中的“aaaaaaa”。
</p>
</td>
</tr>
Expand Down

0 comments on commit 49548c6

Please sign in to comment.