From 3b0f14fd2e1964dfd9a23cbb19d6eb240e7e511e Mon Sep 17 00:00:00 2001 From: Ruslan Stelmachenko Date: Mon, 14 Sep 2020 22:01:13 +0300 Subject: [PATCH] Fix typo in Regular Expression Pointcuts docs Closes gh-25767 --- src/docs/asciidoc/core/core-aop-api.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/core/core-aop-api.adoc b/src/docs/asciidoc/core/core-aop-api.adoc index 46516b36acbe..da9e0dca2b4a 100644 --- a/src/docs/asciidoc/core/core-aop-api.adoc +++ b/src/docs/asciidoc/core/core-aop-api.adoc @@ -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`: