spelling: concatenate

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-08-08 23:31:32 -04:00
parent 7b3e094013
commit 2482431dd2

View File

@ -160,7 +160,7 @@ func init() {
// return false
// }
//
// Or concatentate all these regexps using groups i.e.
// Or concatenate all these regexps using groups i.e.
//
// `(regexp1)|(regexp2)|(regexp3)|...`
//