Skip to content

Commit

Permalink
Fix typo in Regular Expression Pointcuts docs
Browse files Browse the repository at this point in the history
Closes gh-25767
  • Loading branch information
xak2000 committed Sep 14, 2020
1 parent bd27781 commit 3b0f14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/core/core-aop-api.adoc
Expand Up @@ -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`:

Expand Down

0 comments on commit 3b0f14f

Please sign in to comment.