[regexp] typo: valid->invalid
This commit is contained in:
parent
1c033989e1
commit
3ffd93b6f1
|
@ -122,7 +122,7 @@
|
|||
(define-for-syntax (group-error str reason)
|
||||
(raise-argument-error
|
||||
errloc-key
|
||||
(format "Valid regexp pattern (unmatched ~a)" reason)
|
||||
(format "Invalid regexp pattern (unmatched ~a)" reason)
|
||||
str))
|
||||
|
||||
;; Dispatch for counting groups
|
||||
|
|
Loading…
Reference in New Issue
Block a user