Skip to content

Commit ec89553

Browse files
committed
Merge branch '6.1.x'
2 parents 267d3a3 + d22924c commit ec89553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-requestmapping.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Some example patterns:
119119
* `+"/resources/*.png"+` - match zero or more characters in a path segment
120120
* `+"/resources/**"+` - match multiple path segments
121121
* `+"/projects/{project}/versions"+` - match a path segment and capture it as a variable
122-
* `+"/projects/{project:[a-z]+}/versions"+` - match and capture a variable with a regex
122+
* `++"/projects/{project:[a-z]+}/versions"++` - match and capture a variable with a regex
123123

124124
Captured URI variables can be accessed with `@PathVariable`. For example:
125125

0 commit comments

Comments
 (0)