go/src/regexp/syntax
Ludi Rehak e7b0559448 regexp/syntax: fix typo in comment
Fix typo in comment describing IsWordChar.

Change-Id: Ia283813cf5662e218ee6d0411fb0c1b1ad1021f3
Reviewed-on: https://go-review.googlesource.com/c/go/+/393435
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-04-29 01:00:55 +00:00
..
compile.go regexp: fix repeat of preferred empty match 2021-05-13 14:52:20 +00:00
doc.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
make_perl_groups.pl
op_string.go
parse.go regexp/syntax: rename ErrInvalidDepth to ErrNestingDepth 2022-04-22 22:35:03 +00:00
parse_test.go regexp/syntax: reject very deeply nested regexps in Parse 2022-02-10 15:23:05 +00:00
perl_groups.go
prog.go regexp/syntax: fix typo in comment 2022-04-29 01:00:55 +00:00
prog_test.go regexp: fix repeat of preferred empty match 2021-05-13 14:52:20 +00:00
regexp.go
simplify.go
simplify_test.go