Fixed minor typo.

This commit is contained in:
Sam Brannen 2009-10-03 22:18:50 +00:00
parent 341835a142
commit 06872dd465
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import org.springframework.util.Assert;
/**
* Provides a default EvaluationContext implementation.
*
* <p>To resolved properties/methods/fields this context uses a reflection mechanism.
* <p>To resolve properties/methods/fields this context uses a reflection mechanism.
*
* @author Andy Clement
* @author Juergen Hoeller