Skip to content

Commit 3b0f14f

Browse files
authored
Fix typo in Regular Expression Pointcuts docs
Closes gh-25767
1 parent bd27781 commit 3b0f14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-aop-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ expression pointcut that uses the regular expression support in the JDK.
170170

171171
With the `JdkRegexpMethodPointcut` class, you can provide a list of pattern strings. If
172172
any of these is a match, the pointcut evaluates to `true`. (So, the result is
173-
effectively the union of these pointcuts.)
173+
effectively the union of these patterns.)
174174

175175
The following example shows how to use `JdkRegexpMethodPointcut`:
176176

0 commit comments

Comments
 (0)