mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
Fix typo in Regular Expression Pointcuts docs
Closes gh-25767
This commit is contained in:
@@ -170,7 +170,7 @@ expression pointcut that uses the regular expression support in the JDK.
|
||||
|
||||
With the `JdkRegexpMethodPointcut` class, you can provide a list of pattern strings. If
|
||||
any of these is a match, the pointcut evaluates to `true`. (So, the result is
|
||||
effectively the union of these pointcuts.)
|
||||
effectively the union of these patterns.)
|
||||
|
||||
The following example shows how to use `JdkRegexpMethodPointcut`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user