diff --git a/spring-framework-reference/src/beans-scopes.xml b/spring-framework-reference/src/beans-scopes.xml index 4c994049411..99d2a8d21b5 100644 --- a/spring-framework-reference/src/beans-scopes.xml +++ b/spring-framework-reference/src/beans-scopes.xml @@ -405,7 +405,7 @@ <!-- an HTTP Session-scoped bean exposed as a proxy --> <bean id="userPreferences" class="com.foo.UserPreferences" scope="session"> - <!-- this next element effects the proxying of the surrounding bean --> + <!-- instructs the container to proxy the surrounding bean --> <aop:scoped-proxy/> </bean>