We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd27781 commit 3b0f14fCopy full SHA for 3b0f14f
src/docs/asciidoc/core/core-aop-api.adoc
@@ -170,7 +170,7 @@ expression pointcut that uses the regular expression support in the JDK.
170
171
With the `JdkRegexpMethodPointcut` class, you can provide a list of pattern strings. If
172
any of these is a match, the pointcut evaluates to `true`. (So, the result is
173
-effectively the union of these pointcuts.)
+effectively the union of these patterns.)
174
175
The following example shows how to use `JdkRegexpMethodPointcut`:
176
0 commit comments