Merge pull request #2624 from joaquinelio/patch-11

typpo
This commit is contained in:
Ilya Kantor 2021-06-13 10:47:16 +03:00 committed by GitHub
commit 1ccd673705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -335,7 +335,7 @@ In the example below we only get the name `match:John` as a separate member of t
let str = "Gogogo John!";
*!*
// ?: exludes 'go' from capturing
// ?: excludes 'go' from capturing
let regexp = /(?:go)+ (\w+)/i;
*/!*