go/src/regexp
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
..
syntax regexp/syntax: fix typo in comment 2022-04-29 01:00:55 +00:00
testdata regexp: fix repeat of preferred empty match 2021-05-13 14:52:20 +00:00
all_test.go regexp: document and implement that invalid UTF-8 bytes are the same as U+FFFD 2021-10-11 15:28:50 +00:00
backtrack.go
example_test.go
exec.go
exec2_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
exec_test.go all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments 2022-04-05 17:52:29 +00:00
find_test.go regexp: document and implement that invalid UTF-8 bytes are the same as U+FFFD 2021-10-11 15:28:50 +00:00
onepass.go regexp: document and implement that invalid UTF-8 bytes are the same as U+FFFD 2021-10-11 15:28:50 +00:00
onepass_test.go regexp: fix repeat of preferred empty match 2021-05-13 14:52:20 +00:00
regexp.go all: gofmt main repo 2022-04-11 16:34:30 +00:00