Skip to content

Commit 9d63f80

Browse files
foxwoodssbrannen
authored andcommitted
Fix AsciiDoc typos in AOP documentation (#1743)
* Fix AsciiDoc typos in AOP documentation * Polish formatting
1 parent 30583a6 commit 9d63f80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@ using the `ref` attribute:
16301630
</bean>
16311631
----
16321632

1633-
The bean backing the aspect (" `aBean`" in this case) can of course be configured and
1633+
The bean backing the aspect (`"aBean"` in this case) can of course be configured and
16341634
dependency injected just like any other Spring bean.
16351635

16361636

@@ -1727,12 +1727,12 @@ parameters of the matching names:
17271727
}
17281728
----
17291729

1730-
When combining pointcut sub-expressions, '&&' is awkward within an XML document, and so
1731-
the keywords 'and', 'or' and 'not' can be used in place of '&&', '||' and '!'
1730+
When combining pointcut sub-expressions, `&&` is awkward within an XML document, and so
1731+
the keywords `and`, `or`, and `not` can be used in place of `&&`, `||`, and `!`
17321732
respectively. For example, the previous pointcut may be better written as:
17331733

17341734
[source,xml,indent=0]
1735-
[subs="verbatim"]
1735+
[subs="verbatim,quotes"]
17361736
----
17371737
<aop:config>
17381738

0 commit comments

Comments
 (0)