diff --git a/src/docs/asciidoc/core/core-aop-api.adoc b/src/docs/asciidoc/core/core-aop-api.adoc index 02b76689867..e6cf6a9618b 100644 --- a/src/docs/asciidoc/core/core-aop-api.adoc +++ b/src/docs/asciidoc/core/core-aop-api.adoc @@ -698,7 +698,7 @@ rather than the method, level. You can only use introduction advice with the public interface IntroductionInfo { - Class[] getInterfaces(); + Class[] getInterfaces(); } ---- [source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"]