Browse Source

Fix typo in Regular Expression Pointcuts docs

Closes gh-25767
pull/25777/head
Ruslan Stelmachenko 5 years ago committed by GitHub
parent
commit
3b0f14fd2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/docs/asciidoc/core/core-aop-api.adoc

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

@ -170,7 +170,7 @@ expression pointcut that uses the regular expression support in the JDK. @@ -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`:

Loading…
Cancel
Save