Missing some double backticks with apostrophes

Closes gh-1566
This commit is contained in:
Drummond Dawson
2017-10-16 22:30:37 -04:00
committed by Stephane Nicoll
parent b4c95bf278
commit ff2bea9b6b
3 changed files with 7 additions and 7 deletions

View File

@@ -736,7 +736,7 @@ options that are preferable if you don't need such control.
The `ProxyFactoryBean`, like other Spring `FactoryBean` implementations, introduces a
level of indirection. If you define a `ProxyFactoryBean` with name `foo`, what objects
referencing `foo` see is not the `ProxyFactoryBean` instance itself, but an object
created by the `ProxyFactoryBean`'s implementation of the `getObject()` method. This
created by the ``ProxyFactoryBean``'s implementation of the `getObject()` method. This
method will create an AOP proxy wrapping a target object.
One of the most important benefits of using a `ProxyFactoryBean` or another IoC-aware