From 9fed4d0375c9f6bec71672f1d25c0e4ace972c57 Mon Sep 17 00:00:00 2001 From: 0xflotus <26602940+0xflotus@users.noreply.github.com> Date: Mon, 1 Oct 2018 21:28:48 +0200 Subject: [PATCH] do you mean 'compose'? --- 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 2506fe6944..8ca9d26bb6 100644 --- a/src/docs/asciidoc/core/core-aop-api.adoc +++ b/src/docs/asciidoc/core/core-aop-api.adoc @@ -104,7 +104,7 @@ Spring supports operations (notably, union and intersection) on pointcuts. Union means the methods that either pointcut matches. Intersection means the methods that both pointcuts match. Union is usually more useful. -You can compse pointcuts by using the static methods in the +You can compose pointcuts by using the static methods in the `org.springframework.aop.support.Pointcuts` class or by using the `ComposablePointcut` class in the same package. However, using AspectJ pointcut expressions is usually a simpler approach.