Skip to content

Commit 23c395f

Browse files
authored
Correct documentation (#992)
It appears as though regular expression quantity support was added by #245. This updates the documentation to reflect that.
1 parent 5516d14 commit 23c395f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

chi.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
//
3838
// A placeholder with a name followed by a colon allows a regular
3939
// expression match, for example {number:\\d+}. The regular expression
40-
// syntax is Go's normal regexp RE2 syntax, except that regular expressions
41-
// including { or } are not supported, and / will never be
40+
// syntax is Go's normal regexp RE2 syntax, except that / will never be
4241
// matched. An anonymous regexp pattern is allowed, using an empty string
4342
// before the colon in the placeholder, such as {:\\d+}
4443
//

0 commit comments

Comments
 (0)